end_arrowhead_length属性

end_arrowhead_length属性

获取并设置线的末端箭头长度类型。

例子

from aspose.cells.drawing import MsoArrowheadLength

lineFmt.end_arrowhead_length = MsoArrowheadLength.LONG

定义:

@property
def end_arrowhead_length(self):
    ...
@end_arrowhead_length.setter
def end_arrowhead_length(self, value):
    ...

也可以看看