Enum Class的使用
com.grapecity.documents.excel.HorizontalAlignment
-
com.grapecity.documents.excel中HorizontalAlignment的使用
修饰符和类型方法说明IDisplayFormat.getHorizontalAlignment()
Gets a value that represents the horizontal alignment of the associated Range object as it is displayed in the current user interface.IRange.getHorizontalAlignment()
Gets theHorizontalAlignment
of a cell or range.IStyle.getHorizontalAlignment()
Gets the horizontal alignment for the specified object.static HorizontalAlignment
Returns the enum constant of this class with the specified name.static HorizontalAlignment[]
HorizontalAlignment.values()
Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明void
IRange.setHorizontalAlignment
(HorizontalAlignment value) Sets theHorizontalAlignment
of a cell or range.void
IStyle.setHorizontalAlignment
(HorizontalAlignment value) Sets the horizontal alignment for the specified object. -
com.grapecity.documents.excel.forms中HorizontalAlignment的使用
修饰符和类型方法说明void
IButton.setHorizontalTextAlignment
(HorizontalAlignment value) Sets horizontal alignment.