public static enum FormatCellCtrl.InnerRotation extends java.lang.Enum<FormatCellCtrl.InnerRotation>
| Enum Constant and Description |
|---|
HORIZONTAL |
NEGATIVE_NINETY_DEGREE |
NINETY_DEGREE |
VERTIACAL |
| Modifier and Type | Method and Description |
|---|---|
int |
getRotation() |
static FormatCellCtrl.InnerRotation |
getRotation(int rotation) |
java.lang.String |
toString() |
static FormatCellCtrl.InnerRotation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FormatCellCtrl.InnerRotation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormatCellCtrl.InnerRotation HORIZONTAL
public static final FormatCellCtrl.InnerRotation VERTIACAL
public static final FormatCellCtrl.InnerRotation NINETY_DEGREE
public static final FormatCellCtrl.InnerRotation NEGATIVE_NINETY_DEGREE
public static FormatCellCtrl.InnerRotation[] values()
for (FormatCellCtrl.InnerRotation c : FormatCellCtrl.InnerRotation.values()) System.out.println(c);
public static FormatCellCtrl.InnerRotation 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 FormatCellCtrl.InnerRotation getRotation(int rotation)
public int getRotation()
public java.lang.String toString()
toString in class java.lang.Enum<FormatCellCtrl.InnerRotation>Copyright © 2005-2010 Potix Corporation. All Rights Reserved.