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.

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" standalone="no"?>
  2. <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
  3. <fo:layout-master-set>
  4. <fo:simple-page-master master-name="page"
  5. page-height="420pt" page-width="320pt" margin="10pt">
  6. <fo:region-body background-color="#F0F0F0"/>
  7. </fo:simple-page-master>
  8. </fo:layout-master-set>
  9. <fo:page-sequence master-reference="page">
  10. <fo:flow flow-name="xsl-region-body">
  11. <fo:block>This table defines padding in collapsing border model:</fo:block>
  12. <fo:table width="100%" table-layout="fixed" padding="1em">
  13. <fo:table-body>
  14. <fo:table-row>
  15. <fo:table-cell border="1pt solid black">
  16. <fo:block>Cell 1.1</fo:block>
  17. </fo:table-cell>
  18. <fo:table-cell border="1pt solid black">
  19. <fo:block>Cell 1.2</fo:block>
  20. </fo:table-cell>
  21. </fo:table-row>
  22. <fo:table-row>
  23. <fo:table-cell border="1pt solid black">
  24. <fo:block>Cell 2.1</fo:block>
  25. </fo:table-cell>
  26. <fo:table-cell border="1pt solid black">
  27. <fo:block>Cell 2.2</fo:block>
  28. </fo:table-cell>
  29. </fo:table-row>
  30. </fo:table-body>
  31. </fo:table>
  32. </fo:flow>
  33. </fo:page-sequence>
  34. </fo:root>