![]() |
ScroogeXHTML for Object Pascal 9.3
|
A TTokenDef object stores the description of a RTF token. More...
Public Attributes | |
Integer | DefVal |
Default value. | |
TFontFamily | FFamily |
Font family. | |
TRTFDestination | IdxDest |
Index to destination if keyType == ktDest. | |
TRTFKeyType | KeyType |
Key type. | |
Boolean | PassDef |
True: pass default. | |
TRTFFunction | RTFFnct |
Index if KeyType == ktSpec. | |
TRTFProperty | RTFProp |
Index to property table if KeyType == ktProp. | |
string | Token |
Token name. | |
AnsiChar | UseChar |
Character to print if KeyType == ktChar. |
A TTokenDef object stores the description of a RTF token.
Integer TTokenDef::DefVal |
Default value.
TFontFamily TTokenDef::FFamily |
Font family.
TRTFDestination TTokenDef::IdxDest |
Index to destination if keyType == ktDest.
TRTFKeyType TTokenDef::KeyType |
Key type.
Boolean TTokenDef::PassDef |
True: pass default.
TRTFFunction TTokenDef::RTFFnct |
Index if KeyType == ktSpec.
TRTFProperty TTokenDef::RTFProp |
Index to property table if KeyType == ktProp.
string TTokenDef::Token |
Token name.
AnsiChar TTokenDef::UseChar |
Character to print if KeyType == ktChar.