begin_arrowhead_length property

begin_arrowhead_length property

Gets and sets the begin arrow length type of the line.

Example

from aspose.cells.drawing import MsoArrowheadLength

lineFmt.begin_arrowhead_length = MsoArrowheadLength.LONG

Definition:

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

See Also