public enum StiTextHorAlignment extends java.lang.Enum<StiTextHorAlignment>
| Enum Constant and Description |
|---|
Center
Align center.
|
Left
Align left.
|
Right
Align right.
|
Width
Align width.
|
| Modifier and Type | Method and Description |
|---|---|
static StiTextHorAlignment |
forValue(int value) |
int |
getValue() |
static StiTextHorAlignment |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiTextHorAlignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiTextHorAlignment Left
public static final StiTextHorAlignment Center
public static final StiTextHorAlignment Right
public static final StiTextHorAlignment Width
public static StiTextHorAlignment[] values()
for (StiTextHorAlignment c : StiTextHorAlignment.values()) System.out.println(c);
public static StiTextHorAlignment 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 int getValue()
public static StiTextHorAlignment forValue(int value)
Copyright © 2020 Stimulsoft. All Rights Reserved.