html_text propriété

html_text propriété

Obtient et définit la chaîne HTML qui contient des données et certains formats dans cette zone de texte.

Exemple


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>"

Définition:

@property
def html_text(self):
    ...
@html_text.setter
def html_text(self, value):
    ...

Voir également