public enum StiBorderSides extends java.lang.Enum<StiBorderSides> implements IStiEnum
| Enum Constant and Description |
|---|
All
Border from all sides.
|
Bottom
Border on the bottom.
|
Left
Border on the left.
|
None
No border.
|
Right
Border on the right.
|
Top
Border on the top.
|
| Modifier and Type | Field and Description |
|---|---|
int |
intValue |
| Modifier and Type | Method and Description |
|---|---|
static StiBorderSides |
forValue(int value) |
int |
getValue() |
static StiBorderSides |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiBorderSides[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiBorderSides None
public static final StiBorderSides All
public static final StiBorderSides Top
public static final StiBorderSides Left
public static final StiBorderSides Right
public static final StiBorderSides Bottom
public static StiBorderSides[] values()
for (StiBorderSides c : StiBorderSides.values()) System.out.println(c);
public static StiBorderSides 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 StiBorderSides forValue(int value)
Copyright © 2020 Stimulsoft. All Rights Reserved.