is_rich_text property
is_rich_text property
Whether or not the text is rich text.
Example
if shape.is_rich_text:
    print("The text is rich text.")
Definition:
@property
def is_rich_text(self):
    ...
See Also
- module aspose.cells.drawing
- class RectangleShape