end_arrowhead_width propiedad

end_arrowhead_width propiedad

Obtiene y establece el tipo de ancho de flecha final de la línea.

Ejemplo

from aspose.cells.drawing import MsoArrowheadWidth

lineFmt.end_arrowhead_width = MsoArrowheadWidth.MEDIUM

Definición:

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

Ver también