Enum Class的使用
com.grapecity.documents.excel.drawing.ArrowheadStyle
-
com.grapecity.documents.excel.drawing中ArrowheadStyle的使用
修饰符和类型方法说明ILineFormat.getBeginArrowheadStyle()
Gets the style of the arrowhead at the beginning of the specified line.ILineFormat.getEndArrowheadStyle()
Gets the style of the arrowhead at the end of the specified line.static ArrowheadStyle
Returns the enum constant of this class with the specified name.static ArrowheadStyle[]
ArrowheadStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明void
ILineFormat.setBeginArrowheadStyle
(ArrowheadStyle value) Sets the style of the arrowhead at the beginning of the specified line.void
ILineFormat.setEndArrowheadStyle
(ArrowheadStyle value) Sets the style of the arrowhead at the end of the specified line.