|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<VerticalTextType>
com.spire.presentation.VerticalTextType
public enum VerticalTextType
Indicates vertical writing mode for a text.
| Enum Constant Summary | |
|---|---|
EAST_ASIAN_VERTICAL
East asian vertical text. |
|
HORIZONTAL
Horizontal text. |
|
MONGOLIAN_VERTICAL
Mongolian vertical text. |
|
NONE
None. |
|
VERTICAL
Vertical text. |
|
VERTICAL_270
Vertical 270 degrees text. |
|
WORD_ART_VERTICAL
WordArt vertical text. |
|
WORD_ART_VERTICAL_RIGHT_TO_LEFT
WordArt vertical right to left text. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
|
byte |
getValue()
|
static VerticalTextType |
getVerticalTextTypeValue(int value)
|
| Enum Constant Detail |
|---|
public static final VerticalTextType NONE
public static final VerticalTextType HORIZONTAL
public static final VerticalTextType VERTICAL
public static final VerticalTextType VERTICAL_270
public static final VerticalTextType WORD_ART_VERTICAL
public static final VerticalTextType EAST_ASIAN_VERTICAL
public static final VerticalTextType MONGOLIAN_VERTICAL
public static final VerticalTextType WORD_ART_VERTICAL_RIGHT_TO_LEFT
| Method Detail |
|---|
public java.lang.String getName()
public byte getValue()
public static VerticalTextType getVerticalTextTypeValue(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||