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