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