end_arrowhead_style proprietà

end_arrowhead_style proprietà

Ottiene e imposta il tipo di freccia finale della linea.

Esempio

from aspose.cells.drawing import MsoArrowheadStyle

lineFmt.end_arrowhead_style = MsoArrowheadStyle.ARROW_OPEN

Definizione:

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

Guarda anche