org.odftoolkit.simple.style
public static enum StyleTypeDefinitions.CellBordersType extends Enum<StyleTypeDefinitions.CellBordersType>
Enum Constant and Description |
---|
ALL_FOUR |
BOTTOM |
DIAGONAL_LINES |
DIAGONALBLTR |
DIAGONALTLBR |
LEFT |
LEFT_RIGHT |
NONE |
RIGHT |
TOP |
TOP_BOTTOM |
Modifier and Type | Method and Description |
---|---|
static StyleTypeDefinitions.CellBordersType |
enumValueOf(String aValue) |
String |
toString() |
static StyleTypeDefinitions.CellBordersType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleTypeDefinitions.CellBordersType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StyleTypeDefinitions.CellBordersType TOP
public static final StyleTypeDefinitions.CellBordersType BOTTOM
public static final StyleTypeDefinitions.CellBordersType LEFT
public static final StyleTypeDefinitions.CellBordersType RIGHT
public static final StyleTypeDefinitions.CellBordersType DIAGONALBLTR
public static final StyleTypeDefinitions.CellBordersType DIAGONALTLBR
public static final StyleTypeDefinitions.CellBordersType NONE
public static final StyleTypeDefinitions.CellBordersType ALL_FOUR
public static final StyleTypeDefinitions.CellBordersType LEFT_RIGHT
public static final StyleTypeDefinitions.CellBordersType TOP_BOTTOM
public static final StyleTypeDefinitions.CellBordersType DIAGONAL_LINES
public static StyleTypeDefinitions.CellBordersType[] values()
for (StyleTypeDefinitions.CellBordersType c : StyleTypeDefinitions.CellBordersType.values()) System.out.println(c);
public static StyleTypeDefinitions.CellBordersType 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 nullpublic static StyleTypeDefinitions.CellBordersType enumValueOf(String aValue)
public String toString()
toString
in class Enum<StyleTypeDefinitions.CellBordersType>
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.