public static enum TextFrameFormat.TextVerticalTypeEnum extends Enum<TextFrameFormat.TextVerticalTypeEnum>
Modifier and Type | Class and Description |
---|---|
static class |
TextFrameFormat.TextVerticalTypeEnum.Adapter |
Enum Constant and Description |
---|
EASTASIANVERTICAL |
HORIZONTAL |
MONGOLIANVERTICAL |
NOTDEFINED |
VERTICAL |
VERTICAL270 |
WORDARTVERTICAL |
WORDARTVERTICALRIGHTTOLEFT |
Modifier and Type | Method and Description |
---|---|
static TextFrameFormat.TextVerticalTypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static TextFrameFormat.TextVerticalTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextFrameFormat.TextVerticalTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextFrameFormat.TextVerticalTypeEnum HORIZONTAL
public static final TextFrameFormat.TextVerticalTypeEnum VERTICAL
public static final TextFrameFormat.TextVerticalTypeEnum VERTICAL270
public static final TextFrameFormat.TextVerticalTypeEnum WORDARTVERTICAL
public static final TextFrameFormat.TextVerticalTypeEnum EASTASIANVERTICAL
public static final TextFrameFormat.TextVerticalTypeEnum MONGOLIANVERTICAL
public static final TextFrameFormat.TextVerticalTypeEnum WORDARTVERTICALRIGHTTOLEFT
public static final TextFrameFormat.TextVerticalTypeEnum NOTDEFINED
public static TextFrameFormat.TextVerticalTypeEnum[] values()
for (TextFrameFormat.TextVerticalTypeEnum c : TextFrameFormat.TextVerticalTypeEnum.values()) System.out.println(c);
public static TextFrameFormat.TextVerticalTypeEnum valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getValue()
public String toString()
toString
in class Enum<TextFrameFormat.TextVerticalTypeEnum>
public static TextFrameFormat.TextVerticalTypeEnum fromValue(String text)
Copyright © 2023. All rights reserved.