HtmlText
Shape.HtmlText property
Obtient et définit la chaîne html qui contient des données et certains formats dans cette zone de texte.
public string HtmlText { get; set; }
Exemples
[C#]
if(shape.HtmlText == null || shape.HtmlText == "")
shape.HtmlText = "<Font Style="FONT-FAMILY: Calibri;FONT-SIZE: 11pt;COLOR: #0000ff;TEXT-ALIGN: left;">This is a <b>test</b>.</Font>";
Voir également
- class Shape
- espace de noms Aspose.Cells.Drawing
- Assemblée Aspose.Cells