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