aboutsummaryrefslogtreecommitdiffstats
path: root/docs/examples/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
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')
-rw-r--r--docs/examples/fo/extensive.fo36
-rw-r--r--docs/examples/fo/leader.fo8
-rw-r--r--docs/examples/fo/list.fo624
-rw-r--r--docs/examples/fo/pdfoutline.fo308
-rw-r--r--docs/examples/fo/readme.fo308
-rw-r--r--docs/examples/fo/textdeko.fo36
6 files changed, 660 insertions, 660 deletions
diff --git a/docs/examples/fo/extensive.fo b/docs/examples/fo/extensive.fo
index 16b004b46..8116cbec1 100644
--- a/docs/examples/fo/extensive.fo
+++ b/docs/examples/fo/extensive.fo
@@ -35,46 +35,46 @@
<fo:block space-before.optimum="12pt" space-after.optimum="12pt" start-indent="50pt">Text before<fo:block space-before.optimum="12pt" space-after.optimum="12pt" start-indent="100pt">A block with 100pt start-indent within a block with 50pt start-intent</fo:block>Text after</fo:block>
<fo:list-block provisional-distance-between-starts="12pt" space-before.optimum="12pt" text-align="justify">
<fo:list-item>
-<fo:list-item-label><fo:block>&#x2022;</fo:block></fo:list-item-label>
-<fo:list-item-body><fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block></fo:list-item-body>
+<fo:list-item-label end-indent="label-end()"><fo:block>&#x2022;</fo:block></fo:list-item-label>
+<fo:list-item-body start-indent="body-start()"><fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block></fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<fo:list-item-label><fo:block>&#x2022;</fo:block></fo:list-item-label>
-<fo:list-item-body><fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block><fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block><fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block></fo:list-item-body>
+<fo:list-item-label end-indent="label-end()"><fo:block>&#x2022;</fo:block></fo:list-item-label>
+<fo:list-item-body start-indent="body-start()"><fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block><fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block><fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block></fo:list-item-body>
</fo:list-item>
</fo:list-block>
<fo:list-block start-indent="50pt" provisional-distance-between-starts="12pt" space-before.optimum="12pt" text-align="justify">
<fo:list-item>
-<fo:list-item-label><fo:block>&#x2022;</fo:block></fo:list-item-label>
-<fo:list-item-body><fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks. The list-block has a start-indent of 50pt and a text-align of justified.</fo:block></fo:list-item-body>
+<fo:list-item-label end-indent="label-end()"><fo:block>&#x2022;</fo:block></fo:list-item-label>
+<fo:list-item-body start-indent="body-start()"><fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks. The list-block has a start-indent of 50pt and a text-align of justified.</fo:block></fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<fo:list-item-label><fo:block>&#x2022;</fo:block></fo:list-item-label>
-<fo:list-item-body><fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block><fo:block>This is a second multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block><fo:block>This is a third multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block></fo:list-item-body>
+<fo:list-item-label end-indent="label-end()"><fo:block>&#x2022;</fo:block></fo:list-item-label>
+<fo:list-item-body start-indent="body-start()"><fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block><fo:block>This is a second multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block><fo:block>This is a third multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block></fo:list-item-body>
</fo:list-item>
</fo:list-block>
<fo:list-block provisional-distance-between-starts="12pt" space-before.optimum="12pt" text-align="justify">
<fo:list-item>
-<fo:list-item-label><fo:block>&#x2022;</fo:block></fo:list-item-label>
-<fo:list-item-body><fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block><fo:block start-indent="100pt">This is a multiple line block with start-indent 100pt that extends over more than one line. There should be appropriate line breaks.</fo:block><fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block></fo:list-item-body>
+<fo:list-item-label end-indent="label-end()"><fo:block>&#x2022;</fo:block></fo:list-item-label>
+<fo:list-item-body start-indent="body-start()"><fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block><fo:block start-indent="100pt">This is a multiple line block with start-indent 100pt that extends over more than one line. There should be appropriate line breaks.</fo:block><fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block></fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<fo:list-item-label><fo:block>&#x2022;</fo:block></fo:list-item-label>
-<fo:list-item-body><fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks.<fo:block>This is an embedded multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block></fo:list-item-body>
+<fo:list-item-label end-indent="label-end()"><fo:block>&#x2022;</fo:block></fo:list-item-label>
+<fo:list-item-body start-indent="body-start()"><fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks.<fo:block>This is an embedded multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block></fo:list-item-body>
</fo:list-item>
</fo:list-block>
<fo:list-block provisional-distance-between-starts="12pt" space-before.optimum="12pt">
<fo:list-item>
- <fo:list-item-label><fo:block>&#x2022;</fo:block></fo:list-item-label>
- <fo:list-item-body><fo:block>A block in a list-item-body</fo:block></fo:list-item-body>
+ <fo:list-item-label end-indent="label-end()"><fo:block>&#x2022;</fo:block></fo:list-item-label>
+ <fo:list-item-body start-indent="body-start()"><fo:block>A block in a list-item-body</fo:block></fo:list-item-body>
</fo:list-item>
<fo:list-item>
- <fo:list-item-label><fo:block>&#x2022;</fo:block></fo:list-item-label>
- <fo:list-item-body>
+ <fo:list-item-label end-indent="label-end()"><fo:block>&#x2022;</fo:block></fo:list-item-label>
+ <fo:list-item-body start-indent="body-start()">
<fo:list-block provisional-distance-between-starts="12pt">
<fo:list-item>
- <fo:list-item-label><fo:block>&#x2022;</fo:block></fo:list-item-label>
- <fo:list-item-body><fo:block>This is a list item in a list that is itself a list item</fo:block></fo:list-item-body>
+ <fo:list-item-label end-indent="label-end()"><fo:block>&#x2022;</fo:block></fo:list-item-label>
+ <fo:list-item-body start-indent="body-start()"><fo:block>This is a list item in a list that is itself a list item</fo:block></fo:list-item-body>
</fo:list-item>
</fo:list-block>
</fo:list-item-body>
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
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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&amp;#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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&amp;#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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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. 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">&#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. 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">&#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. 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">&#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. 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">&#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. 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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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>
@@ -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">&#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 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">&#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 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">&#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 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">&#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 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">&#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 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">&#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 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">&#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 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">&#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 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">&#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 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">&#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 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">&#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 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">&#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 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">&#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 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">&#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 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">&#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 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">&#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 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">&#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 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.
diff --git a/docs/examples/fo/pdfoutline.fo b/docs/examples/fo/pdfoutline.fo
index c77ae9465..5f91c1952 100644
--- a/docs/examples/fo/pdfoutline.fo
+++ b/docs/examples/fo/pdfoutline.fo
@@ -354,226 +354,226 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. <fo:p
<fo:block font-size="16pt" font-family="serif" line-height="18pt" space-before.optimum="8pt" space-after.optimum="8pt" >1) Formatting Objects</fo:block>
<fo:list-block start-indent="1cm" provisional-distance-between-starts="12pt" font-family="serif">
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>root </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>layout-master-set </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>simple-page-master </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>region-body </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>region-before </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>region-after </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>page-sequence </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>sequence-specification </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>sequence-specifier-single </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>sequence-specifier-repeating </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>sequence-specifier-alternating </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>flow </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>static-content </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>block </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>list-block </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>list-item </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>list-item-label </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>list-item-body </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>page-number </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>display-sequence </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>inline </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>display-rule </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>display-graphic </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>table (minimal support)</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>table-column (minimal support)</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>table-body (minimal support)</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>table-row (minimal support)</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>table-cell (minimal support)</fo:block>
</fo:list-item-body>
</fo:list-item>
@@ -584,330 +584,330 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. <fo:p
<fo:block font-size="16pt" font-family="serif" line-height="18pt" space-before.optimum="8pt" space-after.optimum="8pt" >2) Properties</fo:block>
<fo:list-block start-indent="1cm" provisional-distance-between-starts="12pt" font-family="serif">
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>end-indent </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>page-master-name </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>page-master-first </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>page-master-repeating </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>page-master-odd </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>page-master-even </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>margin-top (only on pages and regions)</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>margin-bottom (only on pages and regions)</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>margin-left (only on pages and regions)</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>margin-right (only on pages and regions)</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>extent </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>page-width </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>page-height </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>flow-name </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>font-family </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>font-style </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>font-weight </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>font-size </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>line-height </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>text-align </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>text-align-last </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>space-before.optimum </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>space-after.optimum </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>start-indent </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>end-indent </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>provisional-distance-between-starts </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>provisional-label-separation </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>rule-thickness </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>color </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>wrap-option </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>white-space-treatment </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>break-before </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>break-after </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>text-indent </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>href</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>column-width</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>background-color</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>padding-top (only in conjunction with background color)</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>padding-left (only in conjunction with background color)</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>padding-bottom (only in conjunction with background color)</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>padding-right (only in conjunction with background color)</fo:block>
</fo:list-item-body>
</fo:list-item>
@@ -1095,10 +1095,10 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. <fo:p
FOP Relevant Specifications</fo:block>
<fo:list-block start-indent="1cm" provisional-distance-between-starts="12pt" font-family="serif">
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>
<fo:inline font-style="italic" font-family="serif">XML Recommendation</fo:inline>
<fo:inline font-family="serif" >
@@ -1108,10 +1108,10 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. <fo:p
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>
<fo:inline font-style="italic" font-family="serif">XSL-FO Working Draft</fo:inline>
<fo:inline font-family="serif">
@@ -1121,10 +1121,10 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. <fo:p
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>
<fo:inline font-style="italic" font-family="serif">XSLT Recommendation</fo:inline>
<fo:inline font-family="serif">
@@ -1134,10 +1134,10 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. <fo:p
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>
<fo:inline font-style="italic" font-family="serif">PDF Documentation</fo:inline>
<fo:inline font-family="serif">
@@ -1147,10 +1147,10 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. <fo:p
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>
<fo:inline font-style="italic" font-family="serif">Simple API for XML (SAX)</fo:inline>
<fo:inline font-family="serif">
@@ -1160,10 +1160,10 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. <fo:p
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>
<fo:inline font-style="italic" font-family="serif">Document Object Model (DOM)</fo:inline>
<fo:inline font-family="serif">
@@ -1173,10 +1173,10 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. <fo:p
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>
<fo:inline font-style="italic" font-family="serif">Namespaces in XML Recommendation</fo:inline>
<fo:inline font-family="serif">
@@ -1186,10 +1186,10 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. <fo:p
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>
<fo:inline font-style="italic" font-family="serif">Java JDK 1.1 Documentation</fo:inline>
<fo:inline font-family="serif">
diff --git a/docs/examples/fo/readme.fo b/docs/examples/fo/readme.fo
index 7924aa6f5..f1f7e5cda 100644
--- a/docs/examples/fo/readme.fo
+++ b/docs/examples/fo/readme.fo
@@ -284,226 +284,226 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. <fo:p
<fo:block font-size="16pt" font-family="serif" line-height="18pt" space-before.optimum="8pt" space-after.optimum="8pt" >1) Formatting Objects</fo:block>
<fo:list-block start-indent="1cm" provisional-distance-between-starts="12pt" font-family="serif">
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>root </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>layout-master-set </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>simple-page-master </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>region-body </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>region-before </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>region-after </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>page-sequence </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>sequence-specification </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>sequence-specifier-single </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>sequence-specifier-repeating </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>sequence-specifier-alternating </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>flow </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>static-content </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>block </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>list-block </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>list-item </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>list-item-label </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>list-item-body </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>page-number </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>display-sequence </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>inline </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>display-rule </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>display-graphic </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>table (minimal support)</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>table-column (minimal support)</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>table-body (minimal support)</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>table-row (minimal support)</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>table-cell (minimal support)</fo:block>
</fo:list-item-body>
</fo:list-item>
@@ -514,330 +514,330 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. <fo:p
<fo:block font-size="16pt" font-family="serif" line-height="18pt" space-before.optimum="8pt" space-after.optimum="8pt" >2) Properties</fo:block>
<fo:list-block start-indent="1cm" provisional-distance-between-starts="12pt" font-family="serif">
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>end-indent </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>page-master-name </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>page-master-first </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>page-master-repeating </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>page-master-odd </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>page-master-even </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>margin-top (only on pages and regions)</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>margin-bottom (only on pages and regions)</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>margin-left (only on pages and regions)</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>margin-right (only on pages and regions)</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>extent </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>page-width </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>page-height </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>flow-name </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>font-family </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>font-style </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>font-weight </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>font-size </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>line-height </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>text-align </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>text-align-last </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>space-before.optimum </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>space-after.optimum </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>start-indent </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>end-indent </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>provisional-distance-between-starts </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>provisional-label-separation </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>rule-thickness </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>color </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>wrap-option </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>white-space-treatment </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>break-before </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>break-after </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>text-indent </fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>href</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>column-width</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>background-color</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>padding-top (only in conjunction with background color)</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>padding-left (only in conjunction with background color)</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>padding-bottom (only in conjunction with background color)</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>padding-right (only in conjunction with background color)</fo:block>
</fo:list-item-body>
</fo:list-item>
@@ -1025,10 +1025,10 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. <fo:p
FOP Relevant Specifications</fo:block>
<fo:list-block start-indent="1cm" provisional-distance-between-starts="12pt" font-family="serif">
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>
<fo:inline font-style="italic" font-family="serif">XML Recommendation</fo:inline>
<fo:inline font-family="serif" >
@@ -1038,10 +1038,10 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. <fo:p
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>
<fo:inline font-style="italic" font-family="serif">XSL-FO Working Draft</fo:inline>
<fo:inline font-family="serif">
@@ -1051,10 +1051,10 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. <fo:p
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>
<fo:inline font-style="italic" font-family="serif">XSLT Recommendation</fo:inline>
<fo:inline font-family="serif">
@@ -1064,10 +1064,10 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. <fo:p
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>
<fo:inline font-style="italic" font-family="serif">PDF Documentation</fo:inline>
<fo:inline font-family="serif">
@@ -1077,10 +1077,10 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. <fo:p
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>
<fo:inline font-style="italic" font-family="serif">Simple API for XML (SAX)</fo:inline>
<fo:inline font-family="serif">
@@ -1090,10 +1090,10 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. <fo:p
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>
<fo:inline font-style="italic" font-family="serif">Document Object Model (DOM)</fo:inline>
<fo:inline font-family="serif">
@@ -1103,10 +1103,10 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. <fo:p
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>
<fo:inline font-style="italic" font-family="serif">Namespaces in XML Recommendation</fo:inline>
<fo:inline font-family="serif">
@@ -1116,10 +1116,10 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. <fo:p
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
-<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>
-<fo:list-item-body>
+<fo:list-item-body start-indent="body-start()">
<fo:block>
<fo:inline font-style="italic" font-family="serif">Java JDK 1.1 Documentation</fo:inline>
<fo:inline font-family="serif">
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>&#x2022;</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>&#x2022;</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>&#x2022;</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>&#x2022;</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>&#x2022;</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>&#x2022;</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>&#x2022;</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>&#x2022;</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>&#x2022;</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>