is_rich_text عقار

is_rich_text عقار

سواء كان النص نصًا غنيًا أم لا.

مثال


if shape.is_rich_text:
    print("The text is rich text.")

تعريف:

@property
def is_rich_text(self):
    ...

أنظر أيضا