is_rich_text propriété
is_rich_text propriété
Que le texte soit ou non du texte enrichi.
Exemple
if shape.is_rich_text:
    print("The text is rich text.")
Définition:
@property
def is_rich_text(self):
    ...
Voir également
- module aspose.cells.drawing
- classe CheckBox