public enum FlexWrapPropertyValue extends Enum<FlexWrapPropertyValue>
Property.FLEX_WRAP.| Enum Constant and Description |
|---|
NOWRAP |
WRAP |
WRAP_REVERSE |
| Modifier and Type | Method and Description |
|---|---|
static FlexWrapPropertyValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlexWrapPropertyValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlexWrapPropertyValue NOWRAP
public static final FlexWrapPropertyValue WRAP
public static final FlexWrapPropertyValue WRAP_REVERSE
public static FlexWrapPropertyValue[] values()
for (FlexWrapPropertyValue c : FlexWrapPropertyValue.values()) System.out.println(c);
public static FlexWrapPropertyValue 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 nullCopyright © 1998–2023 iText Group NV. All rights reserved.