Enum Class的使用
com.grapecity.documents.excel.LabelAlignment
-
com.grapecity.documents.excel中LabelAlignment的使用
修饰符和类型方法说明ILabelOptions.getAlignment()
Gets the cell label position.static LabelAlignment
LabelAlignment.getLabelAlignment
(int value) static LabelAlignment
Returns the enum constant of this class with the specified name.static LabelAlignment[]
LabelAlignment.values()
Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明void
ILabelOptions.setAlignment
(LabelAlignment alignment) Sets the cell label position.