end_arrowhead_width属性
end_arrowhead_width属性
获取并设置线的末端箭头宽度类型。
例子
from aspose.cells.drawing import MsoArrowheadWidth
lineFmt.end_arrowhead_width = MsoArrowheadWidth.MEDIUM
定义:
@property
def end_arrowhead_width(self):
...
@end_arrowhead_width.setter
def end_arrowhead_width(self, value):
...