Difference: HTMLTagsInPDF (15 vs. 16)

Revision 162008-05-06 - SteveFrizzell

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

HTML Elements in PDF Output

Line: 49 to 49
 

...

Changed:
<
<
The H1 element defines a level-one heading.  The level-one heading is the highest level heading and has the largest and boldest font size of the six possible heading levels.  A document generally has a single level-one heading representing the most important heading level. An H1 heading is equivalent to <FONT SIZE=16><B>...</B></FONT>
>
>
The H1 element defines a level-one heading.  The level-one heading is the highest level heading and has the largest and boldest font size of the six possible heading levels.  A document generally has a single level-one heading representing the most important heading level. An H1 heading is equivalent to <FONT SIZE=21><B>...</B></FONT>
 

H2 - Level-two heading

<H2>...</H2>
Changed:
<
<
The H2 element defines a level-two heading.  A level-two heading is less important than a level-one heading and more important than a level-three heading.  The font size of a level-two heading is smaller than a level-one heading and larger than a level-three heading. An H2 heading is equivalent to <FONT SIZE=15><B>...</B></FONT>
>
>
The H2 element defines a level-two heading.  A level-two heading is less important than a level-one heading and more important than a level-three heading.  The font size of a level-two heading is smaller than a level-one heading and larger than a level-three heading. An H2 heading is equivalent to <FONT SIZE=20><B>...</B></FONT>
 

H3 - Level-three heading

<H3>...</H3>
Changed:
<
<
The H3 element defines a level-three heading.  A level-three heading is less important than a level-two heading and more important than a level-four heading.  The font size of a level-three heading is smaller than a level-two heading and larger than a level-four heading. An H3 heading is equivalent to <FONT SIZE=14><B>...</B></FONT>
>
>
The H3 element defines a level-three heading.  A level-three heading is less important than a level-two heading and more important than a level-four heading.  The font size of a level-three heading is smaller than a level-two heading and larger than a level-four heading. An H3 heading is equivalent to <FONT SIZE=19><B>...</B></FONT>
 

H4 - Level-four heading

<H4>...</H4>
Changed:
<
<
The H4 element defines a level-four heading.  A level-four heading is less important than a level-three heading and more important than a level-five heading.  The font size of a level-four heading is smaller than a level-three heading and larger than a level-five heading. An H4 heading is equivalent to <FONT SIZE=13><B>...</B></FONT>
>
>
The H4 element defines a level-four heading.  A level-four heading is less important than a level-three heading and more important than a level-five heading.  The font size of a level-four heading is smaller than a level-three heading and larger than a level-five heading. An H4 heading is equivalent to <FONT SIZE=18><B>...</B></FONT>
 

H5 - Level-five heading

<H5>...</H5>
Changed:
<
<
The H5 element defines a level-five heading.  A level-five heading is less important than a level-four heading and more important than a level-six heading.  The font size of a level-five heading is smaller than a level-four heading and larger than a level-six heading.  An H5 heading is equivalent to <FONT SIZE=12><B>...</B></FONT>
>
>
The H5 element defines a level-five heading.  A level-five heading is less important than a level-four heading and more important than a level-six heading.  The font size of a level-five heading is smaller than a level-four heading and larger than a level-six heading.  An H5 heading is equivalent to <FONT SIZE=17><B>...</B></FONT>
 

H6 - Level-six heading

<H6>...</H6>
Changed:
<
<
The H6 element defines a level-six heading.  A level-six heading is less important than a level-five heading. A level-six heading is the least important of the six headings. An H6 heading is equivalent to <FONT SIZE=11><B>...</B></FONT>
>
>
The H6 element defines a level-six heading.  A level-six heading is less important than a level-five heading. A level-six heading is the least important of the six headings. An H6 heading is equivalent to <FONT SIZE=16><B>...</B></FONT>
 

P - Paragraph

<P>...</P>
Line: 187 to 187
 

More Details:

Font Size

Changed:
<
<
APPX output processes support 28 font sizes.  All 28 font sizes are relative to the default font size of the report.
>
>
The base font size for a report is determined at runtime from the FORM record specified for the report.  The base font size is specified as a point size in the FORM record in APPX System Administration or, if not specified, is calculated based on the various page layout specifications in the FORM record.
 
Changed:
<
<
The default font size for a report is determined at runtime from the specified FORM record.  The font size is specified (as a point size) in the FORM record in APPX System Administration or is calculated based on the various specifications in the FORM record.  The default font size equates to <font size=10> or a font scale of 100%. The table below shows that APPX supports 28 font sizes that are all scaled relative to the default font size of the report.
>
>
The report's base font size is applied to each field printed on the report.  However, individual fields on a report may be scaled up or down relative to the report's base font size by specifying a font scale at design time.  The base font size equates to a font scale of 100% or <font size=10>. APPX output processes support 28 font sizes (scale values).  All 28 font sizes are relative to the base font size of the report.
 
Changed:
<
<
There are a variety of ways that HTML tags can be used to increase or decrease the default font size for specific text within an APPX report.
>
>
HTML tags can be used to vary the size of text within an individual field.  There are a variety of ways that HTML tags can be used to increase or decrease the font size of all text or a portion of the text within an individual field. 
 
Changed:
<
<
"Absolute" font sizes are supported thru the use of the FONT tag with the SIZE attribute, i.e.<FONT SIZE=n> where n=1 to 28.
>
>
"Absolute" font sizes are also supported thru the use of the FONT tag with the SIZE attribute, i.e.<FONT SIZE=n> where n=1 to 28.
 
Changed:
<
<
BIG - The enclosed text should be printed one size larger than the current font size.  <BIG>...</BIG> is the same as <FONT SIZE="+1">...</FONT>.  BIG tags can be nested in which case the inner text is one size larger than the outer text.
>
>
"Relative" font sizes are supported thru the use of the FONT tag with the SIZE attribute, i.e.<FONT SIZE="+n">  or <FONT SIZE="-n"> 
 
Changed:
<
<
SMALL - The enclosed text should be printed one size smaller than the current font size. <SMALL>...</SMALL> is the same as <FONT SIZE="-1">...</FONT>.  SMALL tags can be nested in which case the inner text is one size smaller than the outer text.
>
>
Relative font sizes can also be specified by using a BIG tag to specify that the enclosed text should be printed one size larger than the current font size.  <BIG>...</BIG> is the same as <FONT SIZE="+1">...</FONT>.  BIG tags can be nested in which case the inner text is one size larger than the outer text.
 
Changed:
<
<
Relative font sizes are supported thru the use of the FONT tag with the SIZE attribute, i.e.<FONT SIZE="+n">  or <FONT SIZE="-n"> 
>
>
Relative font sizes can also be specified by using a SMALL tag to specify that the enclosed text should be printed one size smaller than the current font size. <SMALL>...</SMALL> is the same as <FONT SIZE="-1">...</FONT>.  SMALL tags can be nested in which case the inner text is one size smaller than the outer text.
 
Changed:
<
<
The H1 thru H6 tags correspond to font sizes 16 thru 11 and are rendered with a bold attribute.
>
>
The H1 thru H6 tags correspond to font sizes 21 thru 16 and are rendered with a bold attribute.

Font Size Table

The following table shows the font indexes and their associated font scale factor that are available for use in output processes:

 
Absolute Font Size
<FONT SIZE=n>
Heading Font Size APPX Font Scale
 1    25%
Line: 214 to 217
 
 8    90%
 9    95%
 10    100%
Changed:
<
<
 11  H6  105%
 12  H5  110%
 13  H4  115%
 14  H3  120%
 15  H2  125%
 16  H1  130%
 17    140%
 18    150%
 19    175%
 20    200%
 21    300%
>
>
 11    105%
 12    110%
 13    115%
 14    120%
 15    125%
 16   H6  130%
 17   H5  140%
 18   H4  150%
 19   H3  175%
 20   H2  200%
 21   H1  300%
 
 22    400%
 23    500%
 24    600%
 
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