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