begin_arrowhead_style property
begin_arrowhead_style property
Gets and sets the begin arrow type of the line.
Example
from aspose.cells.drawing import MsoArrowheadStyle
lineFmt.begin_arrowhead_style = MsoArrowheadStyle.ARROW_OPEN
Definition:
@property
def begin_arrowhead_style(self):
...
@begin_arrowhead_style.setter
def begin_arrowhead_style(self, value):
...
See Also
- module
aspose.cells.drawing
- class
LineFormat
- class
MsoArrowheadStyle