diff options
author | Keiron Liddle <keiron@apache.org> | 2002-09-19 06:52:14 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2002-09-19 06:52:14 +0000 |
commit | e96959f78882ce6679b2c855d90c5f3447940de0 (patch) | |
tree | 661be8b0a997b481afb54eddd3daae12884914c2 /docs | |
parent | abaf5c8f93c855acd3636d12239031061dd79098 (diff) | |
download | xmlgraphics-fop-e96959f78882ce6679b2c855d90c5f3447940de0.tar.gz xmlgraphics-fop-e96959f78882ce6679b2c855d90c5f3447940de0.zip |
looks more like the spec example
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195233 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/examples/fo/alignment.fo | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/examples/fo/alignment.fo b/docs/examples/fo/alignment.fo index a0ca7f122..24c4f9f94 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="35pt" margin-right="30pt" /> + <fo:region-body margin-top="25pt" margin-bottom="25pt" margin-left="20pt" margin-right="20pt" /> </fo:simple-page-master> </fo:layout-master-set> <fo:page-sequence master-reference="one"> @@ -199,6 +199,9 @@ This is a line with before-edge And this is the line of text that follows the line with the aligned objects on it. 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-pattern="rule"/></fo:block> + </fo:flow> </fo:page-sequence> </fo:root> |