Enum Class的使用
com.grapecity.documents.excel.drawing.HorizontalAnchor
-
com.grapecity.documents.excel.drawing中HorizontalAnchor的使用
修饰符和类型方法说明static HorizontalAnchor
HorizontalAnchor.forValue
(int value) ITextFrame.getHorizontalAnchor()
Gets the horizontal alignment of text in a text frame.static HorizontalAnchor
Returns the enum constant of this class with the specified name.static HorizontalAnchor[]
HorizontalAnchor.values()
Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明void
ITextFrame.setHorizontalAnchor
(HorizontalAnchor value) Sets the horizontal alignment of text in a text frame.