end_arrowhead_style propiedad
end_arrowhead_style propiedad
Obtiene y establece el tipo de flecha final de la línea.
Ejemplo
from aspose.cells.drawing import MsoArrowheadStyle
lineFmt.end_arrowhead_style = MsoArrowheadStyle.ARROW_OPEN
Definición:
@property
def end_arrowhead_style(self):
...
@end_arrowhead_style.setter
def end_arrowhead_style(self, value):
...
Ver también
- módulo aspose.cells.drawing
- clase LineFormat
- clase MsoArrowheadStyle