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