diff options
author | Glen Mazza <gmazza@apache.org> | 2004-12-13 22:59:02 +0000 |
---|---|---|
committer | Glen Mazza <gmazza@apache.org> | 2004-12-13 22:59:02 +0000 |
commit | 2af2cba13556ff9360ddabd7c7f06547cc1d235d (patch) | |
tree | 551490d3a12ff815e22108b502298c0e08ec3e8c /examples/fo | |
parent | e38ff1dc2bd6aed01395782e28d940063da213f2 (diff) | |
download | xmlgraphics-fop-2af2cba13556ff9360ddabd7c7f06547cc1d235d.tar.gz xmlgraphics-fop-2af2cba13556ff9360ddabd7c7f06547cc1d235d.zip |
Modified pdfoutline to have two page sequences--makes it more useful for
testing.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198199 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'examples/fo')
-rw-r--r-- | examples/fo/basic/pdfoutline.fo | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/fo/basic/pdfoutline.fo b/examples/fo/basic/pdfoutline.fo index 0190ea020..b53e1f743 100644 --- a/examples/fo/basic/pdfoutline.fo +++ b/examples/fo/basic/pdfoutline.fo @@ -916,8 +916,20 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. <fo:p </fo:list-block> +</fo:flow> +</fo:page-sequence> + + <fo:page-sequence master-reference="basicPSM"> + + +<fo:static-content flow-name="xsl-region-before"> +<fo:block text-align="end" font-size="10pt" font-family="serif" line-height="14pt" color="red" > +This is not the latest Fop documentation, but just an fo example. FOP - p. <fo:page-number/> +</fo:block> +</fo:static-content> +<fo:flow flow-name="xsl-region-body"> <fo:block id="sec6" font-size="18pt" font-family="serif" line-height="20pt" space-before.optimum="20pt" space-after.optimum="14pt" >F) |