diff options
author | Keiron Liddle <keiron@apache.org> | 2002-08-23 12:53:45 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2002-08-23 12:53:45 +0000 |
commit | 64d063b96ae8f82fcd29f20ca6b6fb3c198a2b54 (patch) | |
tree | 3c9aac8a1646099633c5056749331037cfd8feda | |
parent | 68b21a99b13332f92bb896e818e17bc1dc17f74c (diff) | |
download | xmlgraphics-fop-64d063b96ae8f82fcd29f20ca6b6fb3c198a2b54.tar.gz xmlgraphics-fop-64d063b96ae8f82fcd29f20ca6b6fb3c198a2b54.zip |
fixed leader pattern
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195113 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/examples/fo/alignment.fo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/examples/fo/alignment.fo b/docs/examples/fo/alignment.fo index 090a08075..a0ca7f122 100644 --- a/docs/examples/fo/alignment.fo +++ b/docs/examples/fo/alignment.fo @@ -50,7 +50,7 @@ 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 space-after="15pt"><fo:leader leader-pattern="rule"/></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. @@ -91,7 +91,7 @@ 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 space-after="15pt"><fo:leader leader-pattern="rule"/></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. @@ -125,7 +125,7 @@ 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 space-after="15pt"><fo:leader leader-pattern="rule"/></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. @@ -159,7 +159,7 @@ 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 space-after="15pt"><fo:leader leader-pattern="rule"/></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. |