[]
Serializable, Comparable<TickLabelOrientation>, ConstableThis enum defines whether text is displayed upward, downward, vertically, horizontally, or with the orientation determined by Excel. It is used by APIs such as IButton.setOrientation(TickLabelOrientation) to control the displayed text direction.
IButton button = worksheet.getControls().addButton(50, 100, 120, 40);
button.setText("Submit");
button.setOrientation(TickLabelOrientation.OrientationVertical);
Enum.EnumDesc<E extends Enum<E>>static TickLabelOrientationstatic TickLabelOrientation[]values()name - the name of the enum constant to be returned.IllegalArgumentException - if this enum class has no constant with the specified nameNullPointerException - if the argument is null