]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
improved examples a bit
authorKeiron Liddle <keiron@apache.org>
Mon, 4 Nov 2002 16:31:20 +0000 (16:31 +0000)
committerKeiron Liddle <keiron@apache.org>
Mon, 4 Nov 2002 16:31:20 +0000 (16:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195414 13f79535-47bb-0310-9956-ffa450edef68

docs/examples/fo/extensive.fo
docs/examples/fo/leader.fo

index 3b9752257203de8a9767451f7e11317449121466..a1cc5c46ac030d6ecde8eeceaa6934425fe2e062 100644 (file)
 <fo:block>This            is            default!</fo:block>
 <fo:block white-space-collapse="false">This            is            false!</fo:block>
 <fo:block white-space-collapse="true">This            is            true!</fo:block>
-<fo:block font-family="monospace" white-space-collapse="false"> 
-<![CDATA[
-<?xml version="1.0"?>
+<fo:block font-family="monospace"
+          white-space-collapse="false"
+          linefeed-treatment="preserve"
+          white-space-treatment="preserve"
+          wrap-option="no-wrap">
+<![CDATA[<?xml version="1.0"?>
 <document>
     <heading>This is a heading</heading>
     <list>
         <item>Item one</item>
         <item>Item two</item>
     </list>
-</document>
-]]>
-</fo:block>-->
+</document>]]>
+</fo:block>
       <fo:block break-before="page" font-size="24pt" line-height="28pt" space-before.optimum="12pt" space-after.optimum="12pt">Embedded SVG</fo:block>
       <fo:block><fo:instream-foreign-object>
         <svg:svg width="400pt" height="200pt">
index 4f5c8ea94cd88753970e45baff19bfb05774ef30..0fd310980afea5a2895facbffa77b49319a69535 100644 (file)
 </fo:instream-foreign-object>
         </fo:leader>
       </fo:block>
+
+      <fo:block space-before.optimum="5pt" text-align="start">Mixed:
+        <fo:leader leader-pattern="use-content">
+abc
+<fo:instream-foreign-object>
+<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
+<rect x="0" y="0" width="5" height="5" style="fill:red"/>
+<rect x="5" y="5" width="5" height="5" style="fill:black"/>
+</svg>
+</fo:instream-foreign-object>
+        </fo:leader>
+      </fo:block>
+
+      <fo:block space-before.optimum="5pt" text-align="start">Mixed:
+        <fo:leader leader-pattern="use-content">
+abc
+<fo:instream-foreign-object>
+<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
+<rect x="0" y="0" width="5" height="5" style="fill:red"/>
+<rect x="5" y="5" width="5" height="5" style="fill:black"/>
+</svg>
+</fo:instream-foreign-object>
+def
+        </fo:leader>
+      </fo:block>
     </fo:flow>
   </fo:page-sequence>
 </fo:root>