aboutsummaryrefslogtreecommitdiffstats
path: root/docs/examples/fo/leader.fo
diff options
context:
space:
mode:
authorKelly Campbell <kellyc@apache.org>2001-02-23 06:00:29 +0000
committerKelly Campbell <kellyc@apache.org>2001-02-23 06:00:29 +0000
commitddaf8b2ad8b8241641d9406805319709e17b2f0d (patch)
treefb9ec046012a7514c4ba31826468f717a577f39a /docs/examples/fo/leader.fo
parent20eb35ecb4511689c56bdf21c73eb03591e37d67 (diff)
downloadxmlgraphics-fop-ddaf8b2ad8b8241641d9406805319709e17b2f0d.tar.gz
xmlgraphics-fop-ddaf8b2ad8b8241641d9406805319709e17b2f0d.zip
Patch for list-block to support body-start and label-end
PR: 682 Obtained from: Submitted by: Peter S. Housel <housel@acm.org> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194086 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/examples/fo/leader.fo')
-rw-r--r--docs/examples/fo/leader.fo8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/examples/fo/leader.fo b/docs/examples/fo/leader.fo
index 6555b5878..f90769dbc 100644
--- a/docs/examples/fo/leader.fo
+++ b/docs/examples/fo/leader.fo
@@ -271,11 +271,11 @@
<!-- list item -->
<fo:list-item>
<!-- insert a bullet -->
- <fo:list-item-label>
+ <fo:list-item-label end-indent="label-end()">
<fo:block><fo:inline font-size="10pt" font-family="Symbol">&#183;</fo:inline></fo:block>
</fo:list-item-label>
<!-- list text -->
- <fo:list-item-body>
+ <fo:list-item-body start-indent="body-start()">
<fo:block>
<!-- Inserts a leader (dots) -->
<fo:block text-align="start">Entry 1
@@ -290,11 +290,11 @@
<!-- list item -->
<fo:list-item>
<!-- insert a bullet -->
- <fo:list-item-label>
+ <fo:list-item-label end-indent="label-end()">
<fo:block><fo:inline font-size="10pt" font-family="Symbol">&#183;</fo:inline></fo:block>
</fo:list-item-label>
<!-- list text -->
- <fo:list-item-body>
+ <fo:list-item-body start-indent="body-start()">
<fo:block>
<!-- Inserts a leader (dots) -->
<fo:block text-align="start">Entry 2