begin_arrowhead_style Eigentum

begin_arrowhead_style Eigentum

Ruft den Anfangspfeiltyp der Linie ab und legt ihn fest.

Beispiel

from aspose.cells.drawing import MsoArrowheadStyle

lineFmt.begin_arrowhead_style = MsoArrowheadStyle.ARROW_OPEN

Definition:

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

Siehe auch