public static enum FormatCellCtrl.InnerRotation extends 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) |
String |
toString() |
static FormatCellCtrl.InnerRotation |
valueOf(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(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 FormatCellCtrl.InnerRotation getRotation(int rotation)
public int getRotation()
public String toString()
toString in class Enum<FormatCellCtrl.InnerRotation>Copyright © 2020. All rights reserved.