is_rich_text propiedad
is_rich_text propiedad
Si el texto es texto enriquecido o no.
Ejemplo
if shape.is_rich_text:
print("The text is rich text.")
Definición:
@property
def is_rich_text(self):
...
Ver también
- módulo
aspose.cells.drawing
- clase
ComboBox