compound_type proprietà

compound_type proprietà

Specifica il tipo composto di linea.

Esempio

from aspose.cells.drawing import MsoLineStyle

lineFmt.compound_type = MsoLineStyle.SINGLE

Definizione:

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

Guarda anche