|
enum | TDirection { diLTR
, diRTL
} |
| Enum for supported text directions. More...
|
enum | TDocumentType { dtHTML_50
, dtXHTML_10_Strict
} |
| 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
} |
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 reader internal states. More...
|
enum | TLogLevel {
logDebug
, logInfo
, logWarning
, logError
,
logFatal
} |
| Enum for logging levels. More...
|
enum | TMarginConversionFlag { mcConvertBottomMargin
, mcConvertTopMargin
} |
enum | TNoRTFHeaderAction { acReturnEmptyString
, acRaiseException
} |
enum | TOrderedListStyleType { lsNone
, lsDecimal
, lsLowerAlpha
, lsUpperAlpha
} |
| Enum for CSS list-style-type for ordered lists. More...
|
enum | TParagraphAlignment { paLeftJustify
, paRightJustify
, paCenter
, paJustify
} |
| Enum for supported horizontal alignments. More...
|
enum | TRTFDestination {
destIgnore
, destFontTable
, destFileTable
, destColorTable
,
destStyleSheet
, destRevisionTable
, destTemplate
, destBodyText
,
destBkmkStart
, destBkmkEnd
, destInformation
, destUpr
,
destParagraphNumbering
, 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
, propDefLang
,
propDeff
, propSuper
, propSub
, propNoSuper
,
propLanguage
, propLTR
, propRTL
, propLTRPar
,
propRTLPar
, propUnicode
, propUnicodeSkip
, propEMF
,
propPNG
, propJPEG
, propPICT
, propWMF
,
propBMP
, 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
} |
| Enum for CSS list-style-type for unordered lists. More...
|
enum | TVerticalAlignment { vaBaseline
, vaSub
, vaSuper
} |
| Enum for numbering levels. More...
|