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