[]
Serializable, Comparable<CheckBoxAlign>, Constable
CheckBoxCellType cellType = new CheckBoxCellType();
cellType.setTextAlign(CheckBoxAlign.Right);
worksheet.getRange("A1").setCellType(cellType);
CheckBoxAlign textAlign = cellType.getTextAlign();
Enum.EnumDesc<E extends Enum<E>>static CheckBoxAlignforValue(int value) intgetValue()static CheckBoxAlignstatic CheckBoxAlign[]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 nullvalue - The integer value representing the CheckBoxAlign.