is_rich_text proprietà
is_rich_text proprietà
Se il testo è in formato RTF o meno.
Esempio
if shape.is_rich_text:
    print("The text is rich text.")
Definizione:
@property
def is_rich_text(self):
    ...
Guarda anche
- modulo aspose.cells.drawing
- classe OleObject