Parameter | Value | Default Value | Description |
---|---|---|---|
|
| Specifies whether CSS styles specified in XHTML Depending on the context, the following CSS properties are converted to their equivalent XSL-FO attributes. The corresponding shorthand CSS properties are supported too. Any other CSS property is ignored.
ImportantThis feature, which leverages XMLmind XML Editor CSS engine, will not work unless the XSLT stylesheets are being invoked by an XMLmind application such as XMLmind XML Editor or XMLmind XSL Utility. | |
Length in |
| The size of the font used for most body elements (paragraphs, tables, lists, etc). All the other font sizes are computed relatively to this font size. | |
String |
| Appended after the external URL referenced by an | |
String |
| Separates the text of an | |
One or more font families separated by commas |
| The font family used by default for all elements. | |
A mix of text and variables. |
| Specifies the contents of the central part of a page footer. See the section called “Specifying a header or a footer”. | |
String representing an integer larger than or equal to 1. |
| Specifies the proportional width of the central part of a page footer. See the section called “Specifying a header or a footer”. | |
A mix of text and variables. |
| Specifies the contents of the left part of a page footer. See the section called “Specifying a header or a footer”. | |
String representing an integer larger than or equal to 1. |
| Specifies the proportional width of the left part of a page footer. See the section called “Specifying a header or a footer”. | |
A mix of text and variables. |
| Specifies the contents of the right part of a page footer. See the section called “Specifying a header or a footer”. | |
String representing an integer larger than or equal to 1. |
| Specifies the proportional width of the right part of a page footer. See the section called “Specifying a header or a footer”. | |
|
| Specifies whether an horizontal rule should be drawn above the page footer. See the section called “Specifying a header or a footer”. | |
A mix of text and variables. |
| Specifies the contents of the central part of a page header. See the section called “Specifying a header or a footer”. | |
String representing an integer larger than or equal to 1. |
| Specifies the proportional width of the central part of a page header. See the section called “Specifying a header or a footer”. | |
A mix of text and variables. |
| Specifies the contents of the left part of a page header. See the section called “Specifying a header or a footer”. | |
String representing an integer larger than or equal to 1. |
| Specifies the proportional width of the left part of a page header. See the section called “Specifying a header or a footer”. | |
A mix of text and variables. |
| Specifies the contents of the right part of a page header. See the section called “Specifying a header or a footer”. | |
String representing an integer larger than or equal to 1. |
| Specifies the proportional width of the right part of a page header. See the section called “Specifying a header or a footer”. | |
|
| Specifies whether an horizontal rule should be drawn below the page header. | |
|
| Specifies whether words may be hyphenated. | |
|
| Specifies whether text (e.g. in paragraphs) should be justified (that is, flush left and right) or just left aligned (that is, flush left and ragged right). | |
|
| The orientation of the printed page. | |
String |
| Appended after the page number pointed to by an | |
String |
| Separates the text of an | |
Allowed values are: |
| A convenient way to specify the size of the printed page. It is also possible to specify a custom paper type by ignoring the | |
|
| Specifies whether the external URL referenced by an Example: | |
|
| Specifies whether the page number corresponding to the internal link target referenced by an Example: | |
|
| Specifies whether the document should be printed double sided. | |
One or more bullet characters separated by spaces |
| Specify which bullet character to use for an For example, if | |
[a] In addition to the presentation attributes ( |
The header or the footer of a generated PDF, RTF, etc, page has 3 columns.
The width of these columns may be specified using the header-left-width
, header-center-width
, header-right-width
parameters for the header and the footer-left-width
, footer-center-width
, footer-right-width
parameters for the footer.
The width of a column is specified as an integer which is larger than or equal to 1. This value is the proportional width of the column. For example, if the left column has a width equal to 2 and the right column has a width equal to 4, this simply means that the right column is twice (4/2 = 2) as wide as the left column.
The contents of these columns may be specified using the header-left
, header-center
, header-right
parameters for the header and the footer-left
, footer-center
, footer-right
parameters for the footer.
When header-left
, header-center
, header-right
are all specified as the empty string, no header is generated. When footer-left
, footer-center
, footer-right
are all specified as the empty string, no footer is generated.
The content of a column is a mix of text and variables. Example: "Page {{page-number}} of {{page-count}}
".
Supported variables are:
{{document-title}}
The title of the document.
{{current-heading}}
In principle, the title of the last h1
, h2
, h3
, etc, element being rendered.
No effect unless the XSLT stylesheets are customized in order to give a value to this variable.
<fo:marker marker-class-name="current-heading"> ... </fo:marker>
{{page-number}}
Current page number.
{{odd-page-number}}
Current page number; empty when a double-sided output is being generated and the current page number is even.
{{even-page-number}}
Current page number when a double-sided output is being generated and the current page number is even; empty otherwise.
{{page-count}}
Total number of pages of the document.
{{break}}
A line break.
{{image(URI
)}}
An image having specified URI. A relative URI is resolved against the current working directory. Example: "{{image(artwork/logo.svg)}}
".
The image is displayed at its intrinsic size. If it is too tall to fit in a page header or footer, you may need to increase the height of the header or footer by using the following parameters: header-height
, body-top-margin
, footer-height
, body-bottom-margin
.
{{url(URI
)}}
A styled hyperlink to specified URI. No attempt is made to resolve a relative URI. The specified URI may be optionally followed by a space character and then, the text of the link. Examples: "{{url(http://www.xmlmind.com/xmleditor/)}}
", "{{url(http://www.xmlmind.com/xmleditor/ XMLmind XML Editor)}}
"
Parameter | Value | Default Value | Description |
---|---|---|---|
Length |
| See figure below. | |
Length |
| See figure below. | |
Length |
| See figure below. | |
Length |
| See figure below. | |
URI ending with ' |
| If this parameter is not empty and if the value of the This low-level alternative to | |
Length |
| See figure below. | |
Length. Example: | Depends on | The height of the printed page. | |
Length | if parameter | See figure below. | |
Length | Default value: if parameter | See figure below. | |
Length |
| See figure below. | |
Length. Example: | Depends on | The width of the printed page. | |
|
| In the XSL-FO file, convert relative URIs contained in the | |
|
| In the XSL-FO file, convert relative URIs contained in the | |
ID found in the source XHTML document |
| If this parameter is not empty, it must be the value of an For example, this allows to convert a specific | |
Number |
| Screen resolution in DPI. Used to convert |
The following parameters are expected to be automatically specified by the application invoking the XSLT stylesheets. Such system parameters are not intended to be specified by the end-user. Such system parameters are documented here only because the end-user may see them referenced in some dialog boxes or in some configuration files.
Parameter | Value | Default Value | Description |
---|---|---|---|
String. Examples: ' | If | The name of the XSL-FO processor used to convert the XSL-FO file generated by the XSLT stylesheets to the target output format. | |
String. Examples: ' |
| The file extension of the target output file. |