]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
made example work with latest leader changes
authorChristian Geisert <chrisg@apache.org>
Mon, 14 Jul 2003 00:16:49 +0000 (00:16 +0000)
committerChristian Geisert <chrisg@apache.org>
Mon, 14 Jul 2003 00:16:49 +0000 (00:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@196694 13f79535-47bb-0310-9956-ffa450edef68

examples/fo/basic/leader.fo

index 0f256aea1eb9729a75ba5b38b2ec2d30e0d65afb..d9df6b510909c1c781581a272aad42641a12d6f9 100644 (file)
 
         <fo:table-row line-height="12pt">
         <fo:table-cell><fo:block text-align="end">A) </fo:block></fo:table-cell>
-        <fo:table-cell><fo:block text-align="start">This is some longer sample text<fo:leader leader-pattern="dots" 
+        <fo:table-cell><fo:block text-align="justify" text-align-last="justify">This is some longer sample text<fo:leader leader-pattern="dots" 
                    leader-pattern-width="8pt"
                    leader-alignment="reference-area"
                    /></fo:block></fo:table-cell>
 
         <fo:table-row line-height="12pt">
         <fo:table-cell><fo:block text-align="end">B) </fo:block></fo:table-cell>
-        <fo:table-cell><fo:block text-align="start">Some text<fo:leader leader-pattern="dots" 
+        <fo:table-cell><fo:block text-align="justify" text-align-last="justify">Some text<fo:leader leader-pattern="dots" 
                    leader-pattern-width="8pt"
                    leader-alignment="reference-area"
                    /></fo:block></fo:table-cell>
 
         <fo:table-row line-height="12pt">
         <fo:table-cell><fo:block text-align="end" >C) </fo:block></fo:table-cell>
-        <fo:table-cell><fo:block text-align="start">Text<fo:leader leader-pattern="dots" 
+        <fo:table-cell><fo:block text-align="justify" text-align-last="justify">Text<fo:leader leader-pattern="dots" 
                    leader-pattern-width="8pt"
                    leader-alignment="reference-area"
                    /></fo:block></fo:table-cell>
 
         <fo:table-row line-height="12pt">
         <fo:table-cell><fo:block text-align="end">D) </fo:block></fo:table-cell>
-        <fo:table-cell><fo:block text-align="start">This text is even longer than the first entry <fo:leader leader-pattern="dots" 
+        <fo:table-cell><fo:block text-align="justify" text-align-last="justify">This text is even longer than the first entry <fo:leader leader-pattern="dots" 
                    leader-pattern-width="8pt"
                    leader-alignment="reference-area"
                    /></fo:block></fo:table-cell>
 
         <fo:table-row line-height="12pt">
         <fo:table-cell><fo:block text-align="end">E) </fo:block></fo:table-cell>
-        <fo:table-cell><fo:block text-align="start">Shorter text example<fo:leader leader-pattern="dots" 
+        <fo:table-cell><fo:block text-align="justify" text-align-last="justify">Shorter text example<fo:leader leader-pattern="dots" 
                    leader-pattern-width="8pt"
                    leader-alignment="reference-area"
                    /></fo:block></fo:table-cell>