end_arrowhead_style Eigentum

end_arrowhead_style Eigentum

Ruft den Endpfeiltyp der Linie ab und legt diesen fest.

Beispiel

from aspose.cells.drawing import MsoArrowheadStyle

lineFmt.end_arrowhead_style = MsoArrowheadStyle.ARROW_OPEN

Definition:

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

Siehe auch