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