HtmlText
Shape.HtmlText property
Ottiene e imposta la stringa html che contiene i dati e alcuni formati in questa casella di testo.
public string HtmlText { get; set; }
Esempi
[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>";
Guarda anche
- class Shape
- spazio dei nomi Aspose.Cells.Drawing
- assemblea Aspose.Cells