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