public static enum Range.ApplyBorderType extends Enum<Range.ApplyBorderType>
Enum Constant and Description |
---|
DIAGONAL |
DIAGONAL_DOWN |
DIAGONAL_UP |
EDGE_BOTTOM |
EDGE_LEFT |
EDGE_RIGHT |
EDGE_TOP |
FULL |
INSIDE |
INSIDE_HORIZONTAL |
INSIDE_VERTICAL |
OUTLINE |
Modifier and Type | Method and Description |
---|---|
static Range.ApplyBorderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Range.ApplyBorderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Range.ApplyBorderType FULL
public static final Range.ApplyBorderType EDGE_BOTTOM
public static final Range.ApplyBorderType EDGE_RIGHT
public static final Range.ApplyBorderType EDGE_TOP
public static final Range.ApplyBorderType EDGE_LEFT
public static final Range.ApplyBorderType OUTLINE
public static final Range.ApplyBorderType INSIDE
public static final Range.ApplyBorderType INSIDE_HORIZONTAL
public static final Range.ApplyBorderType INSIDE_VERTICAL
public static final Range.ApplyBorderType DIAGONAL
public static final Range.ApplyBorderType DIAGONAL_DOWN
public static final Range.ApplyBorderType DIAGONAL_UP
public static Range.ApplyBorderType[] values()
for (Range.ApplyBorderType c : Range.ApplyBorderType.values()) System.out.println(c);
public static Range.ApplyBorderType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2020. All rights reserved.