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