compound_type 属性

compound_type 属性

指定线路复合类型。

例子

from aspose.cells.drawing import MsoLineStyle

lineFmt.compound_type = MsoLineStyle.SINGLE

定义:

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

也可以看看