From fb09043a54b6033b673ed84a2ae22b81aed842e0 Mon Sep 17 00:00:00 2001
From: Pascal Sancho
- By "extension", we mean any data that can be placed in the input XML document that
+ By "extension", we mean any data that can be placed in the input XML document that
is not addressed by the XSL-FO standard.
- By having a mechanism for supporting extensions, FOP is able to add features that
+ By having a mechanism for supporting extensions, FOP is able to add features that
are not covered in the specification.
- The extensions documented here are included with FOP, and are automatically available
- to you. If you wish to add an extension of your own to FOP, please see the
+ The extensions documented here are included with FOP, and are automatically available
+ to you. If you wish to add an extension of your own to FOP, please see the
Developers' Extension Page.
By convention, FO extensions in FOP use the "fox" namespace prefix.
- To use any of the FO extensions, add a namespace entry for
+ To use any of the FO extensions, add a namespace entry for
http://xmlgraphics.apache.org/fop/extensions
to the root element:
This section defines a number of extensions related to
prepress support.
@@ -260,15 +260,15 @@ to following pages. Here is an example of FO code creating such a table-header:<
Value: <number>{1,2} Initial: 1 Applies to: fo:simple-page-master
- This property specifies a scale factor along resp. the x and y axes. If only one number
- is provided it is used for both the x and y scales. A scale factor smaller than 1
+ This property specifies a scale factor along resp. the x and y axes. If only one number
+ is provided it is used for both the x and y scales. A scale factor smaller than 1
shrinks the page. A scale factor greater than 1 enlarges the page.
@@ -305,12 +305,12 @@ to following pages. Here is an example of FO code creating such a table-header:<
Applies to: fo:simple-page-master
- Same behaviour as with fox:bleed. The initial value is set to the same values as the
+ Same behaviour as with fox:bleed. The initial value is set to the same values as the
fox:bleed property.
This extension indirectly defines the MediaBox and is calculated by expanding
- the TrimBox by the crop offsets. The lengths must be non-negative.
+ the TrimBox by the crop offsets. The lengths must be non-negative.
@@ -246,7 +246,7 @@ to following pages. Here is an example of FO code creating such a table-header:<
If requested in the future, we could offer to specify the CropBox in absolute coordinates rather -- 2.39.5