|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<FontVertialAlignmentType>
com.spire.xls.FontVertialAlignmentType
public enum FontVertialAlignmentType
Defines the possible settings for vertical alignment of a run of text. This is used to get superscript or subscript text without altering the font size properties of the rest of the text run.
Enum Constant Summary | |
---|---|
Baseline
Returns the text in this run to the baseline, default, alignment, and returns it to the original font size. |
|
Subscript
Specifies that this text should be subscript. |
|
Superscript
Specifies that this text should be superscript. |
Enum Constant Detail |
---|
public static final FontVertialAlignmentType Baseline
public static final FontVertialAlignmentType Superscript
public static final FontVertialAlignmentType Subscript
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |