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