compound_type propiedad
compound_type propiedad
Especifica el tipo de línea compuesta.
Ejemplo
from aspose.cells.drawing import MsoLineStyle
lineFmt.compound_type = MsoLineStyle.SINGLE
Definición:
@property
def compound_type(self):
...
@compound_type.setter
def compound_type(self, value):
...
Ver también
- módulo aspose.cells.drawing
- clase LineFormat
- clase MsoLineStyle