compound_type propriété

compound_type propriété

Spécifie le type composé de ligne.

Exemple

from aspose.cells.drawing import MsoLineStyle

lineFmt.compound_type = MsoLineStyle.SINGLE

Définition:

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

Voir également