CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Enumerations
OdPdfPublish::Text Namespace Reference

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
}
 

Detailed Description

Contains declarations for text entity options in Publish SDK.

Enumeration Type Documentation

◆ FontStyle

Font styles.

Enumerator
kRegular 
kBold 
kItalic 
kBoldItalic 

Definition at line 274 of file PdfPublishCommon.h.

◆ Justification

Text justification values.

Enumerator
kLeft 
kRight 
kCenter 

Definition at line 284 of file PdfPublishCommon.h.

◆ Language

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.

◆ Rotation

Text rotation options.

Enumerator
kNone 
kCounterClockwise90Degrees 
kCounterClockwise180Degrees 
kCounterClockwise270Degrees 

Definition at line 293 of file PdfPublishCommon.h.

◆ StandardFontsType

Built-in fonts supported by Publish SDK.

Enumerator
kTimesRoman 
kHelvetica 
kCourier 
kSymbol 
kTimesBold 
kHelveticaBold 
kCourierBold 
kZapfDingbats 
kTimesItalic 
kHelveticaOblique 
kCourierOblique 
kTimesBoldItalic 
kHelveticaBoldOblique 
kCourierBoldOblique 

Definition at line 303 of file PdfPublishCommon.h.

◆ StorageType

Types of data storage supported by Publish SDK.

Enumerator
kBuiltIn 
kExplicit 

Definition at line 324 of file PdfPublishCommon.h.