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.

indent.fo 2.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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="25cm"
  6. page-width="20cm"
  7. margin-top="1cm"
  8. margin-bottom="1cm"
  9. margin-left="1.5cm"
  10. margin-right="1.5cm">
  11. <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
  12. <fo:region-before extent="2.5cm"/>
  13. <fo:region-after extent="2.5cm"/>
  14. </fo:simple-page-master>
  15. </fo:layout-master-set>
  16. <fo:page-sequence master-reference="simplePM">
  17. <fo:flow flow-name="xsl-region-body">
  18. <fo:block text-align="justify" start-indent="1in">
  19. This is a simple fo block with justify indented in the start.
  20. This is a simple fo block indented in the start.
  21. This is a simple fo block indented in the start.
  22. This is a simple fo block indented in the start.
  23. This is a simple fo block indented in the start.
  24. This is a simple fo block indented in the start.
  25. </fo:block>
  26. <fo:block text-align="justify" end-indent="1in">
  27. This is a simple fo block with justify indented in the end.
  28. This is a simple fo block indented in the end.
  29. This is a simple fo block indented in the end.
  30. This is a simple fo block indented in the end.
  31. This is a simple fo block indented in the end.
  32. This is a simple fo block indented in the end.
  33. </fo:block>
  34. <fo:block start-indent="1in">
  35. This is a simple fo block indented in the start.
  36. This is a simple fo block indented in the start.
  37. This is a simple fo block indented in the start.
  38. This is a simple fo block indented in the start.
  39. This is a simple fo block indented in the start.
  40. This is a simple fo block indented in the start.
  41. This is a simple fo block indented in the start.
  42. </fo:block>
  43. <fo:block end-indent="1in">
  44. This is a simple fo block indented in the end.
  45. This is a simple fo block indented in the end.
  46. This is a simple fo block indented in the end.
  47. This is a simple fo block indented in the end.
  48. This is a simple fo block indented in the end.
  49. This is a simple fo block indented in the end.
  50. This is a simple fo block indented in the end.
  51. </fo:block>
  52. </fo:flow>
  53. </fo:page-sequence>
  54. </fo:root>