is_rich_text proprietà

is_rich_text proprietà

Se il testo è rich text o meno.

Esempio


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

Definizione:

@property
def is_rich_text(self):
    ...

Guarda anche