diff options
author | Kelly Campbell <kellyc@apache.org> | 2001-02-23 06:00:29 +0000 |
---|---|---|
committer | Kelly Campbell <kellyc@apache.org> | 2001-02-23 06:00:29 +0000 |
commit | ddaf8b2ad8b8241641d9406805319709e17b2f0d (patch) | |
tree | fb9ec046012a7514c4ba31826468f717a577f39a /docs/examples/fo/textdeko.fo | |
parent | 20eb35ecb4511689c56bdf21c73eb03591e37d67 (diff) | |
download | xmlgraphics-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/textdeko.fo')
-rw-r--r-- | docs/examples/fo/textdeko.fo | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/docs/examples/fo/textdeko.fo b/docs/examples/fo/textdeko.fo index f12fc3333..08d01484f 100644 --- a/docs/examples/fo/textdeko.fo +++ b/docs/examples/fo/textdeko.fo @@ -102,10 +102,10 @@ <fo:list-block space-after.optimum="13pt"> <fo:list-item> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block>•</fo:block> </fo:list-item-label> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> <fo:inline text-decoration="none">none</fo:inline> </fo:block> @@ -113,10 +113,10 @@ </fo:list-item> <fo:list-item> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block>•</fo:block> </fo:list-item-label> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> <fo:inline text-decoration="underline">underline</fo:inline> </fo:block> @@ -124,10 +124,10 @@ </fo:list-item> <fo:list-item> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block>•</fo:block> </fo:list-item-label> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> <fo:inline text-decoration="overline">overline</fo:inline> </fo:block> @@ -135,10 +135,10 @@ </fo:list-item> <fo:list-item> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block>•</fo:block> </fo:list-item-label> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> <fo:inline text-decoration="line-through">line-through</fo:inline> </fo:block> @@ -146,10 +146,10 @@ </fo:list-item> <fo:list-item> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block>•</fo:block> </fo:list-item-label> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> <fo:inline text-decoration="blink">blink</fo:inline> </fo:block> @@ -157,10 +157,10 @@ </fo:list-item> <fo:list-item> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block>•</fo:block> </fo:list-item-label> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> <fo:inline text-decoration="no-underline">no-underline</fo:inline> </fo:block> @@ -168,10 +168,10 @@ </fo:list-item> <fo:list-item> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block>•</fo:block> </fo:list-item-label> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> <fo:inline text-decoration="no-overline">no-overline</fo:inline> </fo:block> @@ -179,10 +179,10 @@ </fo:list-item> <fo:list-item> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block>•</fo:block> </fo:list-item-label> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> <fo:inline text-decoration="no-line-through">no-line-through</fo:inline> </fo:block> @@ -190,10 +190,10 @@ </fo:list-item> <fo:list-item> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block>•</fo:block> </fo:list-item-label> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> <fo:inline text-decoration="no-blink">no-blink</fo:inline> </fo:block> |