Enum Constant and Description |
---|
Centre
centre between line home position and line limit position margins
|
HomeAligment
flush to line home position margin
|
Hyphenation
hyphenation
|
ItalianHyphenation
Italian hyphenation
|
Justification_NGT
no justification, end of justification of preceding text
|
LetterSpace
letter space
|
LimitAligment
flush to line limit position margin
|
Nonstandard
Don't define in Standart
|
WordFill
word fill
|
WordSpace
word space
|
Modifier and Type | Method and Description |
---|---|
static paramJFY |
getEnumValue(int val)
Returns enum-value by int-value.
|
static int |
getIntValue(paramJFY val)
Returns int-value, which is corresponded to enum-value.
|
static paramJFY |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static paramJFY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final paramJFY Justification_NGT
public static final paramJFY WordFill
public static final paramJFY WordSpace
public static final paramJFY LetterSpace
public static final paramJFY Hyphenation
public static final paramJFY HomeAligment
public static final paramJFY Centre
public static final paramJFY LimitAligment
public static final paramJFY ItalianHyphenation
public static final paramJFY Nonstandard
public static paramJFY[] values()
for (paramJFY c : paramJFY.values()) System.out.println(c);
public static paramJFY 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 nullpublic static int getIntValue(paramJFY val)
val
- enum-valuepublic static paramJFY getEnumValue(int val)
val
- int-value