|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DiagonalBorderType>
com.arctorus.documents.table.DiagonalBorderType
public enum DiagonalBorderType
NEW Defines diagonal types of cell borders.
BorderStyle
Enum Constant Summary | |
---|---|
DIAGONAL_CROSS
Double diagonal (X) border. |
|
DIAGONAL_DOWN
Diagonal (\) border. |
|
DIAGONAL_UP
Diagonal (/) border. |
|
NULL
Border is undefined. |
Method Summary | |
---|---|
static DiagonalBorderType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DiagonalBorderType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final DiagonalBorderType DIAGONAL_UP
public static final DiagonalBorderType DIAGONAL_DOWN
public static final DiagonalBorderType DIAGONAL_CROSS
public static final DiagonalBorderType NULL
Method Detail |
---|
public static final DiagonalBorderType[] values()
for(DiagonalBorderType c : DiagonalBorderType.values()) System.out.println(c);
public static DiagonalBorderType 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 name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |