diff options
author | Jeremias Maerki <jeremias@apache.org> | 2011-04-22 07:44:46 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2011-04-22 07:44:46 +0000 |
commit | 8cccb5909b2f1a7f2ab5cdb1afa5dd2337d3ef9c (patch) | |
tree | 14033e0f2dcfc3acc09bc24c206e9645e8993a75 /src/documentation/content/xdocs | |
parent | 52a50351bacb9c039af29167a9bfd0c0e6181d39 (diff) | |
download | xmlgraphics-fop-8cccb5909b2f1a7f2ab5cdb1afa5dd2337d3ef9c.tar.gz xmlgraphics-fop-8cccb5909b2f1a7f2ab5cdb1afa5dd2337d3ef9c.zip |
Added option to place AFP NOPs right before the end of a named page group (page-sequence), rather than after the start.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1095882 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs')
-rw-r--r-- | src/documentation/content/xdocs/trunk/output.xml | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/src/documentation/content/xdocs/trunk/output.xml b/src/documentation/content/xdocs/trunk/output.xml index bc4d87088..c71f6abf8 100644 --- a/src/documentation/content/xdocs/trunk/output.xml +++ b/src/documentation/content/xdocs/trunk/output.xml @@ -962,14 +962,19 @@ Note that the value of the encoding attribute in the example is the double-byte </fo:layout-master-set> ]]></source> <p>The no-operation extension element can appear as child of - simple-page-master (appears after "Begin Page" BPG), - page-sequence (appears after "Begin Named Page Group" BNG - and declarations (appears after "Begin Document" BDT). + <code>simple-page-master</code> (appears after "Begin Page" BPG), + <code>page-sequence</code> (appears after "Begin Named Page Group" BNG + and <code>declarations</code> (appears after "Begin Document" BDT). Multiple no-operation extension elements inside the same formatting object are allowed. Each NOP will appear right after the respective "Begin" field indicated above even if it - is specified as the last child under its parent. However, the order inside the parent + is specified as the last child under its parent. The order inside the parent will be maintained. - The name attribute is mandatory but will not appear inside the AFP stream. + The "placement" attribute can be used to have the NOP appear before + the "End" field of the object rather than after the "Begin" field. Specify + <code>placement="before-end"</code> to do that. Please note that, at the moment, this only + has an effect for NOPs that are children of the <code>page-sequence</code> formatting + object. + The "name" attribute is mandatory but will not appear inside the AFP stream. </p> </section> <section id="afp-invoke-medium-map"> |