|
enum | TDirection { diLTR
, diRTL
} |
| Supported text directions. More...
|
|
enum | TDocumentType {
dtHTML3Flex
, dtHTML_401_Transitional
, dtHTML_401_Strict
, dtHTML_50
,
dtXHTML_10_Transitional
, dtXHTML_10_Strict
, dtXHTML_Basic_10
, dtXHTML_MP_10
,
dtXHTML_11
} |
| Enum for all available output document types. More...
|
|
enum | TFontFamily {
ffNil
, ffRoman
, ffSwiss
, ffModern
,
ffScript
, ffDecor
, ffTech
, ffBidi
} |
| used in the tokenTable to specify a RTF font family More...
|
|
enum | TFontOption {
opFontName
, opFontSize
, opFontStyle
, opFontColor
,
opFontBGColor
, opFontHLColor
} |
| Available font conversion options. More...
|
|
enum | TFontSizeScale { fsPoint
, fsEM
, fsEX
, fsPercent
} |
| Enum for all supported font size units. More...
|
|
enum | TFontStyle { fsBold
, fsItalic
, fsUnderline
, fsStrikeOut
} |
| Enum for all supported font styles. More...
|
|
enum | TInternalState { isNorm
, isBin
, isHex
} |
| RTF internal states. More...
|
|
enum | TLogLevel {
logDebug
, logInfo
, logWarning
, logError
,
logFatal
} |
| Enum for logging levels. More...
|
|
enum | TOrderedListStyleType { lsNone
, lsDecimal
, lsLowerAlpha
, lsUpperAlpha
} |
| CSS list-style-type for ordered lists. More...
|
|
enum | TParagraphAlignment { paLeftJustify
, paRightJustify
, paCenter
, paJustify
} |
|
enum | TPictureSource {
psUnknown
, psEMF
, psPNG
, psJPEG
,
psPICT
, psWMF
} |
| Enum for picture formats. More...
|
|
enum | TRTFDestination {
destUnknown
, destFontTable
, destFileTable
, destColorTable
,
destStyleSheet
, destRevisionTable
, destTemplate
, destBodyText
,
destBkmkStart
, destBkmkEnd
, destInformation
, destUpr
,
destBullet
, destPicture
, destPnText
, destField
,
destFldInst
, destFldRslt
, destListTable
, destList
,
destListOverrideTable
, destListOverride
, destListLevel
} |
| used in the tokenTable to specify the RTF destination (KeyType = ktDest) More...
|
|
enum | TRTFFunction {
fnctBin
, fnctHex
, fnctSkipDest
, fnctPlain
,
fnctSkipWord
, fnctLinebreak
, fnctMiddot
, fnctNonshppict
} |
| used in the tokenTable to specify the RTF special function More...
|
|
enum | TRTFKeyType {
ktChar
, ktDest
, ktProp
, ktFnct
,
ktFamily
} |
| used in the tokenTable to identify the token type More...
|
|
enum | TRTFProperty {
propANSI
, propMAC
, propPlain
, propLeftInd
,
propRightInd
, propFirstInd
, propSpaceBefore
, propSpaceAfter
,
propParBGColor
, propParBox
, propBold
, propItalic
,
propUnderline
, propHidden
, propJustL
, propJustC
,
propJustR
, propJustified
, propPard
, propRed
,
propGreen
, propBlue
, propFontSize
, propFontNumber
,
propFontColor
, propFontCharSet
, propFontBGColor
, propFontHLColor
,
propStrikeOut
, propPnLvl
, propPnLvlCont
, propDeff
,
propSuper
, propSub
, propNoSuper
, propLanguage
,
propLTR
, propRTL
, propLTRPar
, propRTLPar
,
propUnicode
, propUnicodeSkip
, propEMF
, propPNG
,
propJPEG
, propPICT
, propWMF
, propPicW
,
propPicH
, propWGoal
, propHGoal
, propScaleX
,
propScaleY
, propLISTID
, propLISTTEMPLATEID
, propLISTOVERRIDE_INDEX
,
propLEVELNFC
} |
| used in the tokenTable to identify the associated property (KeyType = ktProp) More...
|
|
enum | TUnOrderedListStyleType { ulNone
, ulBullet
, ulDisc
} |
| CSS list-style-type for unordered lists. More...
|
|
enum | TVerticalAlignment { vaBaseline
, vaSub
, vaSuper
} |
| Supported vertical alignments. More...
|
|