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/list.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/list.fo')
-rw-r--r-- | docs/examples/fo/list.fo | 624 |
1 files changed, 312 insertions, 312 deletions
diff --git a/docs/examples/fo/list.fo b/docs/examples/fo/list.fo index e3ef2fd0a..8ea1ca394 100644 --- a/docs/examples/fo/list.fo +++ b/docs/examples/fo/list.fo @@ -88,11 +88,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-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -102,11 +102,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-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -116,11 +116,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -130,11 +130,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -144,11 +144,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -172,13 +172,13 @@ <!-- 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-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> here is text in the list item body </fo:block> @@ -254,11 +254,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">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -268,11 +268,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">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -282,11 +282,11 @@ <!-- list entry --> <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">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -311,13 +311,13 @@ <!-- 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-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> here is text in the list item body </fo:block> @@ -361,11 +361,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-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -375,11 +375,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-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -389,11 +389,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -403,11 +403,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -417,11 +417,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -461,11 +461,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-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body. here is text in the list item body. here is text in the list item body. here is text in the list item body. @@ -478,11 +478,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-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body. here is text in the list item body. here is text in the list item body. here is text in the list item body. @@ -495,11 +495,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body. here is text in the list item body. here is text in the list item body. here is text in the list item body. @@ -512,11 +512,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body. here is text in the list item body. here is text in the list item body. here is text in the list item body. @@ -529,11 +529,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body. here is text in the list item body. here is text in the list item body. here is text in the list item body. @@ -574,11 +574,11 @@ <!-- list item --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block text-align="end">label 1)</fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -588,11 +588,11 @@ <!-- list item --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block text-align="end">lab. 2)</fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -602,11 +602,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block text-align="end">lab. 3)</fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -616,11 +616,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block text-align="end">lab. 4)</fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -630,11 +630,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block text-align="end">lab. 5)</fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -677,11 +677,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-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -691,11 +691,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-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -705,11 +705,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -719,11 +719,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -733,11 +733,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -747,11 +747,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -761,11 +761,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -775,11 +775,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -789,11 +789,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -803,11 +803,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -817,11 +817,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -831,11 +831,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -845,11 +845,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -859,11 +859,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -873,11 +873,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -887,11 +887,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -901,11 +901,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -915,11 +915,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -929,11 +929,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -943,11 +943,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -957,11 +957,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -971,11 +971,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -985,11 +985,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -999,11 +999,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1013,11 +1013,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1027,11 +1027,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1041,11 +1041,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-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1055,11 +1055,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-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1069,11 +1069,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1083,11 +1083,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1097,11 +1097,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1111,11 +1111,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1125,11 +1125,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1139,11 +1139,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1153,11 +1153,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1167,11 +1167,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1181,11 +1181,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1195,11 +1195,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1209,11 +1209,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1223,11 +1223,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1237,11 +1237,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1251,11 +1251,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1265,11 +1265,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1279,11 +1279,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1293,11 +1293,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1307,11 +1307,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1321,11 +1321,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1335,11 +1335,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1349,11 +1349,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1363,11 +1363,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1377,11 +1377,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1391,11 +1391,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1404,11 +1404,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-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1418,11 +1418,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-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1432,11 +1432,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1446,11 +1446,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1460,11 +1460,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1474,11 +1474,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1488,11 +1488,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1502,11 +1502,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1516,11 +1516,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1530,11 +1530,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1544,11 +1544,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1558,11 +1558,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1572,11 +1572,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1586,11 +1586,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1600,11 +1600,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1614,11 +1614,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1628,11 +1628,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1642,11 +1642,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1656,11 +1656,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1670,11 +1670,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1684,11 +1684,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1698,11 +1698,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1712,11 +1712,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1726,11 +1726,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1740,11 +1740,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1754,11 +1754,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1767,11 +1767,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-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1781,11 +1781,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-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1795,11 +1795,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1809,11 +1809,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1823,11 +1823,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1837,11 +1837,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1851,11 +1851,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1865,11 +1865,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1879,11 +1879,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1893,11 +1893,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1907,11 +1907,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1921,11 +1921,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1935,11 +1935,11 @@ <!-- list entry --> <fo:list-item> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block> here is text in the list item body </fo:block> @@ -1978,11 +1978,11 @@ <!-- list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> here is text in the list item body. here is text in the list item body. here is text in the list item body. here is text in the list item body. @@ -1993,11 +1993,11 @@ <!-- list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify">here comes a nested list with numbers <!-- start nested list --> @@ -2008,11 +2008,11 @@ <!-- nested list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a number --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block text-align="end">1.)</fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> nested list item </fo:block> </fo:list-item-body> @@ -2021,11 +2021,11 @@ <!-- nested list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a number --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block text-align="end">2.)</fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> nested list item with more text. nested list item with more text. nested list item with more text. nested list item with more text. @@ -2037,11 +2037,11 @@ <!-- nested list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a number --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block text-align="end">3.)</fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> nested list item </fo:block> </fo:list-item-body> @@ -2050,11 +2050,11 @@ <!-- nested list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a number --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block text-align="end">4.)</fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> nested list item with more text. nested list item with more text. nested list item with more text. nested list item with more text. @@ -2066,11 +2066,11 @@ <!-- nested list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a number --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block text-align="end">5.)</fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> nested list item </fo:block> </fo:list-item-body> @@ -2087,11 +2087,11 @@ <!-- list entry --> <fo:list-item start-indent="0.5cm"> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> here is text in the list item body. here is text in the list item body. here is text in the list item body. here is text in the list item body. @@ -2102,11 +2102,11 @@ <!-- list entry --> <fo:list-item start-indent="0.5cm"> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> here is text in the list item body </fo:block> @@ -2116,11 +2116,11 @@ <!-- list entry --> <fo:list-item start-indent="0.5cm"> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> here is text in the list item body. here is text in the list item body. here is text in the list item body. here is text in the list item body. @@ -2163,11 +2163,11 @@ <!-- list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> here is text in the list item body. here is text in the list item body. here is text in the list item body. here is text in the list item body. @@ -2178,11 +2178,11 @@ <!-- list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify">here comes a nested list with numbers <!-- start nested list --> @@ -2193,11 +2193,11 @@ <!-- nested list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a number --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block text-align="end">1.)</fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> nested list item </fo:block> </fo:list-item-body> @@ -2249,11 +2249,11 @@ <!-- list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> here is text in the list item body. here is text in the list item body. here is text in the list item body. here is text in the list item body. @@ -2264,11 +2264,11 @@ <!-- list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> here is text in the list item body. here is text in the list item body. here is text in the list item body. here is text in the list item body. @@ -2279,11 +2279,11 @@ <!-- list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> here is text in the list item body. here is text in the list item body. here is text in the list item body. here is text in the list item body. @@ -2294,11 +2294,11 @@ <!-- list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> here is text in the list item body. here is text in the list item body. here is text in the list item body. here is text in the list item body. @@ -2309,11 +2309,11 @@ <!-- list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> here is text in the list item body. here is text in the list item body. here is text in the list item body. here is text in the list item body. @@ -2324,11 +2324,11 @@ <!-- list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> here is text in the list item body. here is text in the list item body. here is text in the list item body. here is text in the list item body. @@ -2339,11 +2339,11 @@ <!-- list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify">here comes a nested list with numbers <!-- start nested list --> @@ -2354,11 +2354,11 @@ <!-- nested list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a number --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block text-align="end">1.)</fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> nested list item </fo:block> </fo:list-item-body> @@ -2367,11 +2367,11 @@ <!-- nested list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a number --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block text-align="end">2.)</fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> nested list item with more text. nested list item with more text. nested list item with more text. nested list item with more text. @@ -2383,11 +2383,11 @@ <!-- nested list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a number --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block text-align="end">3.)</fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> nested list item </fo:block> </fo:list-item-body> @@ -2396,11 +2396,11 @@ <!-- nested list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a number --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block text-align="end">4.)</fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> nested list item with more text. nested list item with more text. nested list item with more text. nested list item with more text. @@ -2412,11 +2412,11 @@ <!-- nested list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a number --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block text-align="end">5.)</fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> nested list item </fo:block> </fo:list-item-body> @@ -2425,11 +2425,11 @@ <!-- nested list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a number --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block text-align="end">6.)</fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> nested list item with more text. nested list item with more text. nested list item with more text. nested list item with more text. @@ -2441,11 +2441,11 @@ <!-- nested list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a number --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block text-align="end">7.)</fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> nested list item with more text. nested list item with more text. nested list item with more text. nested list item with more text. @@ -2457,11 +2457,11 @@ <!-- nested list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a number --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block text-align="end">8.)</fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> nested list item with more text. nested list item with more text. nested list item with more text. nested list item with more text. @@ -2473,11 +2473,11 @@ <!-- nested list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a number --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block text-align="end">9.)</fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> nested list item with more text. nested list item with more text. nested list item with more text. nested list item with more text. @@ -2489,11 +2489,11 @@ <!-- nested list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a number --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block text-align="end">10.)</fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> nested list item with more text. nested list item with more text. nested list item with more text. nested list item with more text. @@ -2505,11 +2505,11 @@ <!-- nested list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a number --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block text-align="end">11.)</fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> nested list item with more text. nested list item with more text. nested list item with more text. nested list item with more text. @@ -2521,11 +2521,11 @@ <!-- nested list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a number --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block text-align="end">12.)</fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> nested list item with more text. nested list item with more text. nested list item with more text. nested list item with more text. @@ -2537,11 +2537,11 @@ <!-- nested list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a number --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block text-align="end">13.)</fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> nested list item with more text. nested list item with more text. nested list item with more text. nested list item with more text. @@ -2553,11 +2553,11 @@ <!-- nested list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a number --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block text-align="end">14.)</fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> nested list item with more text. nested list item with more text. nested list item with more text. nested list item with more text. @@ -2569,11 +2569,11 @@ <!-- nested list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a number --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block text-align="end">15.)</fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> nested list item with more text. nested list item with more text. nested list item with more text. nested list item with more text. @@ -2585,11 +2585,11 @@ <!-- nested list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a number --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block text-align="end">16.)</fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> nested list item with more text. nested list item with more text. nested list item with more text. nested list item with more text. @@ -2601,11 +2601,11 @@ <!-- nested list item --> <fo:list-item start-indent="0.5cm"> <!-- insert a number --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block text-align="end">17.)</fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> nested list item with more text. nested list item with more text. nested list item with more text. nested list item with more text. @@ -2624,11 +2624,11 @@ <!-- list entry --> <fo:list-item start-indent="0.5cm"> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> here is text in the list item body. here is text in the list item body. here is text in the list item body. here is text in the list item body. @@ -2639,11 +2639,11 @@ <!-- list entry --> <fo:list-item start-indent="0.5cm"> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> here is text in the list item body </fo:block> @@ -2653,11 +2653,11 @@ <!-- list entry --> <fo:list-item start-indent="0.5cm"> <!-- insert a bullet --> - <fo:list-item-label> + <fo:list-item-label end-indent="label-end()"> <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block> </fo:list-item-label> <!-- list text --> - <fo:list-item-body> + <fo:list-item-body start-indent="body-start()"> <fo:block text-align="justify"> here is text in the list item body. here is text in the list item body. here is text in the list item body. here is text in the list item body. |