通过将Markup选为 "Yes"并将Markup标签加入域,您可以更改域的字体参数(黑体,斜体,字体大小)
下述的标签正在指定:
- <bold>
- 将所含的文本打印为黑体。
- <italic>
-
- 将所含的文本打印为斜体。
- <underline>
- 将所含的文本添加下划线打印。
- <increase>
- Increase font size of included text by 10%
- <decrease>
- Decrease font size of included text by 10%.
- <para>
- 多行的段落的域
请注意在文本域中必须含有相应的end tag(如</bold>),因为域的内容必须是有效的XML片段。