枚举类的使用
com.grapecity.documents.excel.drawing.ArrowheadLength
-
com.grapecity.documents.excel.drawing中ArrowheadLength的使用
修饰符和类型方法说明ILineFormat.getBeginArrowheadLength()
获取指定线条起始处的箭头长度。ILineFormat.getEndArrowheadLength()
获取指定线条末端的箭头长度。static ArrowheadLength
返回带有指定名称的该类的枚举常量。static ArrowheadLength[]
ArrowheadLength.values()
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同修饰符和类型方法说明void
ILineFormat.setBeginArrowheadLength
(ArrowheadLength value) 设置指定线条起始处的箭头长度。void
ILineFormat.setEndArrowheadLength
(ArrowheadLength value) 设置指定线条末端的箭头长度。