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