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