You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

space-treatment.fo 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
  3. <fo:layout-master-set>
  4. <fo:simple-page-master master-name="simplePM"
  5. page-height="11in"
  6. page-width="8.5in"
  7. margin-top="1cm"
  8. margin-bottom="1cm"
  9. margin-left="1in"
  10. margin-right="0.75in">
  11. <fo:region-before extent="2.5cm"/>
  12. <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
  13. <fo:region-after extent="2.5cm"/>
  14. </fo:simple-page-master>
  15. </fo:layout-master-set>
  16. <fo:page-sequence master-name="simplePM">
  17. <fo:flow flow-name="xsl-region-body">
  18. <fo:block space-after.optimum="1cm">
  19. The text below is in monospace font(useful for displayed formatted text, program code etc.)
  20. </fo:block>
  21. <fo:block space-before.optimum="1cm" font-family="monospace" font-size="10pt" white-space-treatment="preserve" wrap-option="no-wrap">
  22. OWNER MR DHARAMVEER
  23. SALECHA
  24. REFER. NO. 999
  25. MAKE AUDI S4 QUATTRO
  26. REG. NO BS 66961 SHEET NO 00 33 03
  27. OPTIONS FROM VIN X_200001 LUGGAGE NET ELECTRIC FRONT SEATS
  28. AUTO HEADLAMP LEVEL SPORT SEATS TRIM-JACQUARD GRAPH
  29. ALTERNATOR 120 AMP 4-SPEED AUTOMATIC SPORTS SUSPENSION
  30. ANTI-LOCK BRAKES ELECT STABILITY PROG SUNROOF (ACCESSORY)
  31. 2.7 LTR V6
  32. </fo:block>
  33. </fo:flow>
  34. </fo:page-sequence>
  35. </fo:root>