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