ScroogeXHTML for Object Pascal 9.3
Loading...
Searching...
No Matches
TTokenDef Struct Reference

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.

Detailed Description

A TTokenDef object stores the description of a RTF token.

Member Data Documentation

◆ DefVal

Integer TTokenDef::DefVal

Default value.

◆ FFamily

TFontFamily TTokenDef::FFamily

Font family.

◆ IdxDest

TRTFDestination TTokenDef::IdxDest

Index to destination if keyType == ktDest.

◆ KeyType

TRTFKeyType TTokenDef::KeyType

Key type.

◆ PassDef

Boolean TTokenDef::PassDef

True: pass default.

◆ RTFFnct

TRTFFunction TTokenDef::RTFFnct

Index if KeyType == ktSpec.

◆ RTFProp

TRTFProperty TTokenDef::RTFProp

Index to property table if KeyType == ktProp.

◆ Token

string TTokenDef::Token

Token name.

◆ UseChar

AnsiChar TTokenDef::UseChar

Character to print if KeyType == ktChar.