begin_arrowhead_length Eigentum

begin_arrowhead_length Eigentum

Ruft den Anfangspfeillängentyp der Linie ab und legt ihn fest.

Beispiel

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):
    ...

Siehe auch