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