< Home

< Table of Contents

REFERENCE MANUAL

HPS.Publish.Text Class Reference

The Publish::Text class is a concept class for text-related enumerations. More...

Classes

class  Font
 The Publish::Text::Font class is a concept class for text-font-related enumerations. More...
 

Public Types

enum  Language {
  Language.ASCII = 0, Language.EastEuropeanRoman = 1, Language.Cyrillic = 2, Language.Greek = 3,
  Language.Turkish = 4, Language.Hebrew = 5, Language.Arabic = 6, Language.Baltic = 7,
  Language.ChineseTraditional = 8, Language.ChineseSimplified = 9, Language.Japanese = 10, Language.Korean = 11
}
 Enumerates the supported languages for explicitly-specified fonts. More...
 
enum  Rotation { Rotation.None = 0, Rotation.CounterClockwise90Degrees = 1, Rotation.CounterClockwise180Degrees = 2, Rotation.CounterClockwise270Degrees = 3 }
 Enumerates the rotation to use for text strings. More...
 

Detailed Description

The Publish::Text class is a concept class for text-related enumerations.

Member Enumeration Documentation

Enumerates the supported languages for explicitly-specified fonts.

Enumerator
ASCII 

Self-explanatory.

EastEuropeanRoman 

Self-explanatory.

Cyrillic 

Self-explanatory.

Greek 

Self-explanatory.

Turkish 

Self-explanatory.

Hebrew 

Self-explanatory.

Arabic 

Self-explanatory.

Baltic 

Self-explanatory.

ChineseTraditional 

Self-explanatory.

ChineseSimplified 

Self-explanatory.

Japanese 

Self-explanatory.

Korean 

Self-explanatory.

Enumerates the rotation to use for text strings.

Enumerator
None 

No rotation, text will be horizontal (kA3DPDFNormal).

CounterClockwise90Degrees 

Text will be rotated 90 degrees counter-clockwise from the horizontal (kA3DPDF90).

CounterClockwise180Degrees 

Text will be rotated 180 degrees counter-clockwise from the horizontal (kA3DPDF180).

CounterClockwise270Degrees 

Text will be rotated 270 degrees counter-clockwise from the horizontal (kA3DPDF270).


The documentation for this class was generated from the following file: