Fastreport.Net使用者手冊(十七):HTML標籤

weixin_33807284發表於2016-10-28

你也許會在"Text"物件中用到一些簡單的HTML標籤。在預設情況下標籤是禁用的,要開啟它標籤,需要在"Properties"視窗設定"HtmlTags"屬性為true。以下列出的是支援的標籤:

  • <b>...</b>:加粗

  • <i>...</i>:斜體

  • <u>...</u>:下劃線

  • <strike>...</strike>:刪除線

  • <sub>...</sub>:腳註

  • <sup>...</sup>:上標

  • <font color=...>...</font>:字型顏色—可以是已命名的顏色(如DarkGray),也可以是#RGB格式的十六進位制程式碼(如#FF8030)

以下示例將演示這些標籤是如何被使用的:

text <b>bold text</b> <i>text in italic</i> <b><i>bold and in italic</b></i>
E = mc<sup>2</sup>
A<sub>1</sub> = B<sup>2</sup>
this is regular text, <font color=red>and this is a red one</font>
this is regular text, <font color=#FF8030>and this is an orange one</font>

此文字將會以如下方式進行顯示:

clipboard.png

相關連結:

- fastrepot.net最新試用版下載
- fastreport中文網