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):
    ...

也可以看看