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