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