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