is_rich_text عقار
is_rich_text عقار
سواء كان النص نصًا غنيًا أم لا.
مثال
if shape.is_rich_text:
    print("The text is rich text.")
تعريف:
@property
def is_rich_text(self):
    ...
أنظر أيضا
- الوحدة aspose.cells.drawing
- فئة ComboBox
سواء كان النص نصًا غنيًا أم لا.
if shape.is_rich_text:
    print("The text is rich text.")
@property
def is_rich_text(self):
    ...
aspose.cells.drawingComboBox