RtfControlWord

A control word directly from the RTF file format.

struct RtfControlWord {
bool hadSpaceAtEnd;
bool hadNumber;
string letterSequence;
int number;
}

Meta