The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
RtfControlWord
arsd
rtf
A control word directly from the RTF file format.
struct
RtfControlWord {
bool
hadSpaceAtEnd
;
bool
hadNumber
;
string
letterSequence
;
int
number
;
}
Meta
Source
See Implementation
arsd
rtf
functions
readRtfFromBytes
readRtfFromString
toPlainText
structs
RtfControlWord
RtfDocument
RtfGroup
RtfPiece
RtfState
A control word directly from the RTF file format.