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