Difference: HTMLTagsInPDF (4 vs. 5)

Revision 52008-04-08 - SteveFrizzell

Line: 1 to 1
 
META TOPICPARENT name="APPX43Features"

HTML Tags in PDF Output

Line: 18 to 18
 The label value of a LABEL widget may contain HTML tags as a way of formating the label value when printed.

Supported Tags:

  • <html>...</html>
Changed:
<
<
  • <b>...</b> Bold
  • <strong>...</strong> Bold
  • <i>...</i> Italics
  • <em>...</em> Italics
  • <u>...</u> Underlined
>
>
  • <b>...</b> Bold text
  • <em>...</em> Emphasis
    <strong>...</strong> Strong emphasis
  • <i>...</i> Italic text
  • <u>...</u> Underlined text
 
  • <p>...</p> Paragraph
Changed:
<
<
  • <br> Break - end of line (LF)
  • <pre>...</pre>
  • <center>...</center>
  • <tt>...</tt> Teletype Font
  • <h1>...</h1>   Headings h1 thru h6 are supported
  • <font size=nn color=xxx>...</font>
  • <sub> subscript
  • <sup> superscript
  • <A HREF=url>text</A>
>
>
  • <br> Line break
  • <pre>...</pre> Preformated text
  • <center>...</center> Centered block
  • <tt>...</tt> Teletype text
  • <h1>...</h1>   Level-one heading
  • <h2>...</h2>   Level-two heading
  • <h3>...</h3>   Level-three heading
  • <h4>...</h4>   Level-four heading
  • <h5>...</h5>   Level-five heading
  • <h6>...</h6>   Level-six heading
  • <font size=nn color=xxx>...</font> Font change
  • <big>...</big> Large text
  • <small>...</small> Small text
  • <sub>...</sub> Subscript
  • <sup>...</sup> Superscript
  • <a href=url>text</a> Anchor
  font size="+n"  where n = +1 thru +7
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback