begin_arrowhead_width proprietà

begin_arrowhead_width proprietà

Ottiene e imposta il tipo di larghezza della freccia iniziale della linea.

Esempio

from aspose.cells.drawing import MsoArrowheadWidth

lineFmt.begin_arrowhead_width = MsoArrowheadWidth.MEDIUM

Definizione:

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

Guarda anche