begin_arrowhead_style 属性

begin_arrowhead_style 属性

获取和设置线的开始箭头类型。

例子

from aspose.cells.drawing import MsoArrowheadStyle

lineFmt.begin_arrowhead_style = MsoArrowheadStyle.ARROW_OPEN

定义:

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

也可以看看