public enum StiContentAlignment extends java.lang.Enum<StiContentAlignment>
| Modifier and Type | Method and Description |
|---|---|
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 Left
public static final StiContentAlignment Center
public static final StiContentAlignment Right
public static final StiContentAlignment Default
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 nullCopyright © 2019 Stimulsoft. All Rights Reserved.