CFx SDK Documentation 2024 SP0
|
Enumerations | |
enum | FontStyle { kRegular , kBold , kItalic , kBoldItalic } |
enum | Justification { kLeft , kRight , kCenter } |
enum | Rotation { kNone , kCounterClockwise90Degrees , kCounterClockwise180Degrees , kCounterClockwise270Degrees } |
enum | StandardFontsType { kTimesRoman , kHelvetica , kCourier , kSymbol , kTimesBold , kHelveticaBold , kCourierBold , kZapfDingbats , kTimesItalic , kHelveticaOblique , kCourierOblique , kTimesBoldItalic , kHelveticaBoldOblique , kCourierBoldOblique } |
enum | StorageType { kBuiltIn , kExplicit } |
enum | Language { kASCII , kEastEuropeanRoman , kCyrillic , kGreek , kTurkish , kHebrew , kArabic , kBaltic , kChineseTraditional , kChineseSimplified , kJapanese , kKorean , kDefault } |
Contains declarations for text entity options in Publish SDK.
Font styles.
Enumerator | |
---|---|
kRegular | |
kBold | |
kItalic | |
kBoldItalic |
Definition at line 274 of file PdfPublishCommon.h.
Text justification values.
Enumerator | |
---|---|
kLeft | |
kRight | |
kCenter |
Definition at line 284 of file PdfPublishCommon.h.
Text languages supported by Publish SDK.
Enumerator | |
---|---|
kASCII | |
kEastEuropeanRoman | |
kCyrillic | |
kGreek | |
kTurkish | |
kHebrew | |
kArabic | |
kBaltic | |
kChineseTraditional | |
kChineseSimplified | |
kJapanese | |
kKorean | |
kDefault |
Definition at line 333 of file PdfPublishCommon.h.
Text rotation options.
Enumerator | |
---|---|
kNone | |
kCounterClockwise90Degrees | |
kCounterClockwise180Degrees | |
kCounterClockwise270Degrees |
Definition at line 293 of file PdfPublishCommon.h.
Built-in fonts supported by Publish SDK.
Definition at line 303 of file PdfPublishCommon.h.
Types of data storage supported by Publish SDK.
Enumerator | |
---|---|
kBuiltIn | |
kExplicit |
Definition at line 324 of file PdfPublishCommon.h.