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