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.

block-level.fo 794B

12345678910111213141516171819
  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>The content of the following block-container is too wide:</fo:block>
  12. <fo:block-container width="100pt" height="100pt" border="1pt solid black">
  13. <fo:block-container width="150pt" height="50pt" background-color="yellow">
  14. <fo:block/>
  15. </fo:block-container>
  16. </fo:block-container>
  17. </fo:flow>
  18. </fo:page-sequence>
  19. </fo:root>