is_rich_text propriété

is_rich_text propriété

Si le texte est ou non un texte enrichi.

Exemple


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

Définition:

@property
def is_rich_text(self):
    ...

Voir également