compound_type fastighet

compound_type fastighet

Anger linjesammansättningstypen.

Exempel

from aspose.cells.drawing import MsoLineStyle

lineFmt.compound_type = MsoLineStyle.SINGLE

Definition:

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

Se även