public static enum PoMiscTextAttr.LineLengths extends java.lang.Enum<PoMiscTextAttr.LineLengths> implements IntegerValuedEnum
| Enum Constant and Description |
|---|
LINE_LENGTH_MAX
The lines are not limited.
|
LINE_LENGTH_MIN
The lines are limited to one word.
|
| Modifier and Type | Method and Description |
|---|---|
static PoMiscTextAttr.LineLengths |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static PoMiscTextAttr.LineLengths |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static PoMiscTextAttr.LineLengths |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoMiscTextAttr.LineLengths[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PoMiscTextAttr.LineLengths LINE_LENGTH_MAX
public static final PoMiscTextAttr.LineLengths LINE_LENGTH_MIN
public static PoMiscTextAttr.LineLengths[] values()
for (PoMiscTextAttr.LineLengths c : PoMiscTextAttr.LineLengths.values()) System.out.println(c);
public static PoMiscTextAttr.LineLengths valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null@Deprecated public static PoMiscTextAttr.LineLengths fromValue(int val)
valueOf(int) instead.public static PoMiscTextAttr.LineLengths valueOf(int val)
public int getValue()
IntegerValuedEnumgetValue in interface IntegerValuedEnumGenerated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com