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):
...
أنظر أيضا
- وحدة aspose.cells.drawing
- فئة LineFormat
- فئة MsoLineStyle