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