HtmlText
Shape.HtmlText property
Obtiene y establece la cadena html que contiene datos y algunos formatos en este cuadro de texto.
public string HtmlText { get; set; }
Ejemplos
[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>";
Ver también
- class Shape
- espacio de nombres Aspose.Cells.Drawing
- asamblea Aspose.Cells