html_text proprietà
html_text proprietà
Ottiene e imposta la stringa html che contiene dati e alcuni formati in questa casella di testo.
Esempio
html = shape.html_text
if html == null or html == "":
shape.html_text = "<Font Style='FONT-FAMILY: Calibri;FONT-SIZE: 11pt;COLOR: #0000ff;TEXT-ALIGN: left;'>This is a <b>test</b>.</Font>"
Definizione:
@property
def html_text(self):
...
@html_text.setter
def html_text(self, value):
...
Guarda anche
- modulo
aspose.cells.drawing
- classe
RadioButton