diff options
author | Keiron Liddle <keiron@apache.org> | 2002-04-22 13:48:57 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2002-04-22 13:48:57 +0000 |
commit | 95267f97c7549ca8dfbc37b48698367bd31e346b (patch) | |
tree | ca6c7a9f6285524c85b006ce5b7fef9a83606a03 /docs/examples | |
parent | 90a3909d450c1a4a7a2a8c244fc94097c325f1ea (diff) | |
download | xmlgraphics-fop-95267f97c7549ca8dfbc37b48698367bd31e346b.tar.gz xmlgraphics-fop-95267f97c7549ca8dfbc37b48698367bd31e346b.zip |
some changes to get it closer to the real thing
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194740 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/examples')
-rw-r--r-- | docs/examples/fo/alignment.fo | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/examples/fo/alignment.fo b/docs/examples/fo/alignment.fo index a9f9ff966..090a08075 100644 --- a/docs/examples/fo/alignment.fo +++ b/docs/examples/fo/alignment.fo @@ -1,7 +1,7 @@ <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg"> <fo:layout-master-set> <fo:simple-page-master master-name="one"> - <fo:region-body margin-top="25pt" margin-bottom="25pt" margin-left="50pt" margin-right="50pt" /> + <fo:region-body margin-top="25pt" margin-bottom="25pt" margin-left="35pt" margin-right="30pt" /> </fo:simple-page-master> </fo:layout-master-set> <fo:page-sequence master-reference="one"> @@ -50,6 +50,8 @@ And this is the line of text that follows the line with the aligned objects on i And finally, this line illustrates the normal spacing between lines of text in this font. </fo:block> +<fo:block space-after="15pt"><fo:leader leader-length="100%"/></fo:block> + <fo:block><fo:inline font-weight="bold">Ex 2:</fo:inline> This is a longer line of text that provides a context for the line with the images aligned on it. This is a line with before-edge @@ -89,6 +91,8 @@ And this is the line of text that follows the line with the aligned objects on i And finally, this line illustrates the normal spacing between lines of text in this font. </fo:block> +<fo:block space-after="15pt"><fo:leader leader-length="100%"/></fo:block> + <fo:block><fo:inline font-weight="bold">Ex 3:</fo:inline> This is a longer line of text that provides a context for the line with the images aligned on it. This is a line with before-edge @@ -121,6 +125,8 @@ And this is the line of text that follows the line with the aligned objects on i And finally, this line illustrates the normal spacing between lines of text in this font. </fo:block> +<fo:block space-after="15pt"><fo:leader leader-length="100%"/></fo:block> + <fo:block><fo:inline font-weight="bold">Ex 4:</fo:inline> This is a longer line of text that provides a context for the line with the images aligned on it. This is a line with before-edge @@ -153,6 +159,8 @@ And this is the line of text that follows the line with the aligned objects on i And finally, this line illustrates the normal spacing between lines of text in this font. </fo:block> +<fo:block space-after="15pt"><fo:leader leader-length="100%"/></fo:block> + <fo:block><fo:inline font-weight="bold">Ex 5:</fo:inline> This is a longer line of text that provides a context for the line with the images aligned on it. This is a line with before-edge |