begin_arrowhead_style propiedad

begin_arrowhead_style propiedad

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

Ejemplo

from aspose.cells.drawing import MsoArrowheadStyle

lineFmt.begin_arrowhead_style = MsoArrowheadStyle.ARROW_OPEN

Definición:

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

Ver también