end_arrowhead_style属性
end_arrowhead_style属性
获取并设置线的终止箭头类型。
例子
from aspose.cells.drawing import MsoArrowheadStyle
lineFmt.end_arrowhead_style = MsoArrowheadStyle.ARROW_OPEN
定义:
@property
def end_arrowhead_style(self):
...
@end_arrowhead_style.setter
def end_arrowhead_style(self, value):
...