end_arrowhead_width proprietà

end_arrowhead_width proprietà

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

Esempio

from aspose.cells.drawing import MsoArrowheadWidth

lineFmt.end_arrowhead_width = MsoArrowheadWidth.MEDIUM

Definizione:

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

Guarda anche