|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<FontTypeHint>
com.spire.doc.documents.FontTypeHint
public enum FontTypeHint
[MS-DOC] - 2.6.1 Character Properties - sprmCIdctHint An 8-bit unsigned integer value that specifies which of the language, font, size, bold, and italic properties is to be used for handling the text, in the case where this cannot be derived from the characters themselves. The valid values and their meanings are specified as follows. These meanings correspond to the values of the ST_Hint type specified in [ECMA-376] Part 4, Section 2.18.47. Defines the FontTypeHint enumeration.
Enum Constant Summary | |
---|---|
Complex_Script
- cs Use sprmCLidBi for language, sprmCFtcBi for font, sprmCHpsBi for size, sprmCFBoldBi for bold, and sprmCFItalicBi for italic. |
|
Default
- default Use sprmCRgLid0 (or sprmCRgLid0_80) for language. |
|
East_Asia
- eastAsia Use sprmCRgLid1 (or sprmCRgLid1_80) for language, sprmCRgFtc1 for font, sprmCHps for size, sprmCFBold for bold, and sprmCFItalic for italic. |
Method Summary | |
---|---|
int |
getValue()
|
Enum Constant Detail |
---|
public static final FontTypeHint Default
public static final FontTypeHint East_Asia
East Asian Font.
public static final FontTypeHint Complex_Script
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |