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

也可以看看