HtmlText

Shape.HtmlText property

获取和设置该文本框中包含数据和一些格式的html字符串。

public string HtmlText { get; set; }

例子


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

也可以看看