ScroogeXHTML for Delphi  6.7
 All Classes Functions Variables Pages
TTokenDef Struct Reference

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...
 

Detailed Description

A TTokenDef object stores the description of a RTF token.

Member Data Documentation

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.