public enum StiContentAlignment extends java.lang.Enum<StiContentAlignment>
| Enum Constant and Description |
|---|
BottomCenter |
BottomLeft |
BottomRight |
MiddleCenter |
MiddleLeft |
MiddleRight |
TopCenter |
TopLeft |
TopRight |
| Modifier and Type | Method and Description |
|---|---|
static StiContentAlignment |
forValue(int value) |
int |
getValue() |
static StiContentAlignment |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiContentAlignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiContentAlignment TopLeft
public static final StiContentAlignment TopCenter
public static final StiContentAlignment TopRight
public static final StiContentAlignment MiddleLeft
public static final StiContentAlignment MiddleCenter
public static final StiContentAlignment MiddleRight
public static final StiContentAlignment BottomLeft
public static final StiContentAlignment BottomCenter
public static final StiContentAlignment BottomRight
public static StiContentAlignment[] values()
for (StiContentAlignment c : StiContentAlignment.values()) System.out.println(c);
public static StiContentAlignment 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 StiContentAlignment forValue(int value)
Copyright © 2020 Stimulsoft. All Rights Reserved.