diff options
Diffstat (limited to 'docs/examples/tables/break.fo')
-rw-r--r-- | docs/examples/tables/break.fo | 510 |
1 files changed, 255 insertions, 255 deletions
diff --git a/docs/examples/tables/break.fo b/docs/examples/tables/break.fo index 96831b942..13f3160fd 100644 --- a/docs/examples/tables/break.fo +++ b/docs/examples/tables/break.fo @@ -1,30 +1,30 @@ <?xml version="1.0" encoding="UTF-8"?> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> - <fo:simple-page-master - margin-right="1.5cm" - margin-left="1.5cm" - margin-bottom="2cm" - margin-top="1cm" - page-width="21cm" - page-height="17cm" - master-name="first"> + <fo:simple-page-master + margin-right="1.5cm" + margin-left="1.5cm" + margin-bottom="2cm" + margin-top="1cm" + page-width="21cm" + page-height="17cm" + master-name="first"> <fo:region-before extent="1cm"/> <fo:region-body margin-top="1cm"/> <fo:region-after extent="1.5cm"/> </fo:simple-page-master> </fo:layout-master-set> - + <fo:page-sequence master-reference="first"> <fo:static-content flow-name="xsl-region-before"> - <fo:block line-height="14pt" font-size="10pt" - text-align="end">table examples</fo:block> + <fo:block line-height="14pt" font-size="10pt" + text-align="end">table examples</fo:block> </fo:static-content> <fo:static-content flow-name="xsl-region-after"> - <fo:block line-height="14pt" font-size="10pt" - text-align="end">Page <fo:page-number/></fo:block> + <fo:block line-height="14pt" font-size="10pt" + text-align="end">Page <fo:page-number/></fo:block> </fo:static-content> - + <fo:flow flow-name="xsl-region-body"> <fo:block space-before.optimum="3pt" space-after.optimum="15pt"> @@ -36,46 +36,46 @@ </fo:block> <fo:table border-width="0.5pt" border-color="red"> - <fo:table-column column-width="3cm"/> - <fo:table-column column-width="3cm"/> - <fo:table-column column-width="3cm"/> + <fo:table-column column-width="3cm"/> + <fo:table-column column-width="3cm"/> + <fo:table-column column-width="3cm"/> <fo:table-body> - <fo:table-row border-width="0.5pt" break-after="page"> - <fo:table-cell> - <fo:block text-align="center"> - first row - </fo:block> - </fo:table-cell> - <fo:table-cell> - <fo:block text-align="center"> - new page - </fo:block> - </fo:table-cell> - <fo:table-cell> - <fo:block text-align="center"> - for next - </fo:block> - </fo:table-cell> - </fo:table-row> - <fo:table-row border-width="0.5pt"> - <fo:table-cell> - <fo:block text-align="center"> - second row - </fo:block> - </fo:table-cell> - <fo:table-cell> - <fo:block text-align="center"> - normal - </fo:block> - </fo:table-cell> - <fo:table-cell> - <fo:block text-align="center"> - row - </fo:block> - </fo:table-cell> - </fo:table-row> - </fo:table-body> + <fo:table-row border-width="0.5pt" break-after="page"> + <fo:table-cell> + <fo:block text-align="center"> + first row + </fo:block> + </fo:table-cell> + <fo:table-cell> + <fo:block text-align="center"> + new page + </fo:block> + </fo:table-cell> + <fo:table-cell> + <fo:block text-align="center"> + for next + </fo:block> + </fo:table-cell> + </fo:table-row> + <fo:table-row border-width="0.5pt"> + <fo:table-cell> + <fo:block text-align="center"> + second row + </fo:block> + </fo:table-cell> + <fo:table-cell> + <fo:block text-align="center"> + normal + </fo:block> + </fo:table-cell> + <fo:table-cell> + <fo:block text-align="center"> + row + </fo:block> + </fo:table-cell> + </fo:table-row> + </fo:table-body> </fo:table> <fo:block space-before.optimum="80pt" space-after.optimum="15pt"> @@ -83,46 +83,46 @@ </fo:block> <fo:table border-width="0.5pt" border-color="red"> - <fo:table-column column-width="3cm"/> - <fo:table-column column-width="3cm"/> - <fo:table-column column-width="3cm"/> + <fo:table-column column-width="3cm"/> + <fo:table-column column-width="3cm"/> + <fo:table-column column-width="3cm"/> <fo:table-body> - <fo:table-row border-width="0.5pt"> - <fo:table-cell> - <fo:block text-align="center"> - first row - </fo:block> - </fo:table-cell> - <fo:table-cell> - <fo:block text-align="center"> - new page - </fo:block> - </fo:table-cell> - <fo:table-cell> - <fo:block text-align="center"> - for next - </fo:block> - </fo:table-cell> - </fo:table-row> - <fo:table-row border-width="0.5pt" break-before="page"> - <fo:table-cell> - <fo:block text-align="center"> - second row - </fo:block> - </fo:table-cell> - <fo:table-cell> - <fo:block text-align="center"> - break before - </fo:block> - </fo:table-cell> - <fo:table-cell> - <fo:block text-align="center"> - row - </fo:block> - </fo:table-cell> - </fo:table-row> - </fo:table-body> + <fo:table-row border-width="0.5pt"> + <fo:table-cell> + <fo:block text-align="center"> + first row + </fo:block> + </fo:table-cell> + <fo:table-cell> + <fo:block text-align="center"> + new page + </fo:block> + </fo:table-cell> + <fo:table-cell> + <fo:block text-align="center"> + for next + </fo:block> + </fo:table-cell> + </fo:table-row> + <fo:table-row border-width="0.5pt" break-before="page"> + <fo:table-cell> + <fo:block text-align="center"> + second row + </fo:block> + </fo:table-cell> + <fo:table-cell> + <fo:block text-align="center"> + break before + </fo:block> + </fo:table-cell> + <fo:table-cell> + <fo:block text-align="center"> + row + </fo:block> + </fo:table-cell> + </fo:table-row> + </fo:table-body> </fo:table> <fo:block space-before.optimum="80pt" space-after.optimum="15pt"> @@ -130,46 +130,46 @@ </fo:block> <fo:table border-width="0.5pt" border-color="red"> - <fo:table-column column-width="3cm"/> - <fo:table-column column-width="3cm"/> - <fo:table-column column-width="3cm"/> + <fo:table-column column-width="3cm"/> + <fo:table-column column-width="3cm"/> + <fo:table-column column-width="3cm"/> <fo:table-body> - <fo:table-row border-width="0.5pt" keep-with-next="always"> - <fo:table-cell> - <fo:block text-align="center"> - first row - </fo:block> - </fo:table-cell> - <fo:table-cell> - <fo:block text-align="center"> - new page - </fo:block> - </fo:table-cell> - <fo:table-cell> - <fo:block text-align="center"> - for next - </fo:block> - </fo:table-cell> - </fo:table-row> - <fo:table-row border-width="0.5pt" break-before="page"> - <fo:table-cell> - <fo:block text-align="center"> - second row - </fo:block> - </fo:table-cell> - <fo:table-cell> - <fo:block text-align="center"> - break before - </fo:block> - </fo:table-cell> - <fo:table-cell> - <fo:block text-align="center"> - row - </fo:block> - </fo:table-cell> - </fo:table-row> - </fo:table-body> + <fo:table-row border-width="0.5pt" keep-with-next="always"> + <fo:table-cell> + <fo:block text-align="center"> + first row + </fo:block> + </fo:table-cell> + <fo:table-cell> + <fo:block text-align="center"> + new page + </fo:block> + </fo:table-cell> + <fo:table-cell> + <fo:block text-align="center"> + for next + </fo:block> + </fo:table-cell> + </fo:table-row> + <fo:table-row border-width="0.5pt" break-before="page"> + <fo:table-cell> + <fo:block text-align="center"> + second row + </fo:block> + </fo:table-cell> + <fo:table-cell> + <fo:block text-align="center"> + break before + </fo:block> + </fo:table-cell> + <fo:table-cell> + <fo:block text-align="center"> + row + </fo:block> + </fo:table-cell> + </fo:table-row> + </fo:table-body> </fo:table> <fo:block space-before.optimum="80pt" space-after.optimum="15pt"> @@ -177,46 +177,46 @@ </fo:block> <fo:table border-width="0.5pt" border-color="red"> - <fo:table-column column-width="3cm"/> - <fo:table-column column-width="3cm"/> - <fo:table-column column-width="3cm"/> + <fo:table-column column-width="3cm"/> + <fo:table-column column-width="3cm"/> + <fo:table-column column-width="3cm"/> <fo:table-body> - <fo:table-row border-width="0.5pt" break-after="page"> - <fo:table-cell> - <fo:block text-align="center"> - first row - </fo:block> - </fo:table-cell> - <fo:table-cell> - <fo:block text-align="center"> - new page - </fo:block> - </fo:table-cell> - <fo:table-cell> - <fo:block text-align="center"> - for next - </fo:block> - </fo:table-cell> - </fo:table-row> - <fo:table-row border-width="0.5pt" keep-with-previous="always"> - <fo:table-cell> - <fo:block text-align="center"> - second row - </fo:block> - </fo:table-cell> - <fo:table-cell> - <fo:block text-align="center"> - break before - </fo:block> - </fo:table-cell> - <fo:table-cell> - <fo:block text-align="center"> - row - </fo:block> - </fo:table-cell> - </fo:table-row> - </fo:table-body> + <fo:table-row border-width="0.5pt" break-after="page"> + <fo:table-cell> + <fo:block text-align="center"> + first row + </fo:block> + </fo:table-cell> + <fo:table-cell> + <fo:block text-align="center"> + new page + </fo:block> + </fo:table-cell> + <fo:table-cell> + <fo:block text-align="center"> + for next + </fo:block> + </fo:table-cell> + </fo:table-row> + <fo:table-row border-width="0.5pt" keep-with-previous="always"> + <fo:table-cell> + <fo:block text-align="center"> + second row + </fo:block> + </fo:table-cell> + <fo:table-cell> + <fo:block text-align="center"> + break before + </fo:block> + </fo:table-cell> + <fo:table-cell> + <fo:block text-align="center"> + row + </fo:block> + </fo:table-cell> + </fo:table-row> + </fo:table-body> </fo:table> <fo:block space-before.optimum="80pt" space-after.optimum="15pt"> @@ -224,97 +224,97 @@ </fo:block> <fo:table border-width="0.5pt" border-color="red"> - <fo:table-column column-width="3cm"/> - <fo:table-column column-width="3cm"/> - <fo:table-column column-width="3cm"/> + <fo:table-column column-width="3cm"/> + <fo:table-column column-width="3cm"/> + <fo:table-column column-width="3cm"/> <fo:table-body> - <fo:table-row border-width="0.5pt"> - <fo:table-cell> - <fo:block text-align="center"> - normal - </fo:block> - </fo:table-cell> - <fo:table-cell> - <fo:block text-align="center"> - row - </fo:block> - </fo:table-cell> - <fo:table-cell> - <fo:block text-align="center"> - with text - </fo:block> - </fo:table-cell> - </fo:table-row> - <fo:table-row border-width="0.5pt"> - <fo:table-cell> - <fo:block text-align="center"> - normal - </fo:block> - </fo:table-cell> - <fo:table-cell> - <fo:block text-align="center"> - row - </fo:block> - </fo:table-cell> - <fo:table-cell> - <fo:block text-align="center"> - with text - </fo:block> - </fo:table-cell> - </fo:table-row> - <fo:table-row border-width="0.5pt" keep-with-next="always"> - <fo:table-cell> - <fo:block text-align="center"> - normal - </fo:block> - </fo:table-cell> - <fo:table-cell> - <fo:block text-align="center"> - row - </fo:block> - </fo:table-cell> - <fo:table-cell> - <fo:block text-align="center"> - with text - </fo:block> - </fo:table-cell> - </fo:table-row> - <fo:table-row border-width="0.5pt" keep-with-next="always" break-after="page"> - <fo:table-cell> - <fo:block text-align="center"> - break after - </fo:block> - </fo:table-cell> - <fo:table-cell> - <fo:block text-align="center"> - and - </fo:block> - </fo:table-cell> - <fo:table-cell> - <fo:block text-align="center"> - keep with next - </fo:block> - </fo:table-cell> - </fo:table-row> - <fo:table-row border-width="0.5pt" keep-with-next="always"> - <fo:table-cell> - <fo:block text-align="center"> - keep - </fo:block> - </fo:table-cell> - <fo:table-cell> - <fo:block text-align="center"> - with - </fo:block> - </fo:table-cell> - <fo:table-cell> - <fo:block text-align="center"> - next - </fo:block> - </fo:table-cell> - </fo:table-row> - </fo:table-body> + <fo:table-row border-width="0.5pt"> + <fo:table-cell> + <fo:block text-align="center"> + normal + </fo:block> + </fo:table-cell> + <fo:table-cell> + <fo:block text-align="center"> + row + </fo:block> + </fo:table-cell> + <fo:table-cell> + <fo:block text-align="center"> + with text + </fo:block> + </fo:table-cell> + </fo:table-row> + <fo:table-row border-width="0.5pt"> + <fo:table-cell> + <fo:block text-align="center"> + normal + </fo:block> + </fo:table-cell> + <fo:table-cell> + <fo:block text-align="center"> + row + </fo:block> + </fo:table-cell> + <fo:table-cell> + <fo:block text-align="center"> + with text + </fo:block> + </fo:table-cell> + </fo:table-row> + <fo:table-row border-width="0.5pt" keep-with-next="always"> + <fo:table-cell> + <fo:block text-align="center"> + normal + </fo:block> + </fo:table-cell> + <fo:table-cell> + <fo:block text-align="center"> + row + </fo:block> + </fo:table-cell> + <fo:table-cell> + <fo:block text-align="center"> + with text + </fo:block> + </fo:table-cell> + </fo:table-row> + <fo:table-row border-width="0.5pt" keep-with-next="always" break-after="page"> + <fo:table-cell> + <fo:block text-align="center"> + break after + </fo:block> + </fo:table-cell> + <fo:table-cell> + <fo:block text-align="center"> + and + </fo:block> + </fo:table-cell> + <fo:table-cell> + <fo:block text-align="center"> + keep with next + </fo:block> + </fo:table-cell> + </fo:table-row> + <fo:table-row border-width="0.5pt" keep-with-next="always"> + <fo:table-cell> + <fo:block text-align="center"> + keep + </fo:block> + </fo:table-cell> + <fo:table-cell> + <fo:block text-align="center"> + with + </fo:block> + </fo:table-cell> + <fo:table-cell> + <fo:block text-align="center"> + next + </fo:block> + </fo:table-cell> + </fo:table-row> + </fo:table-body> </fo:table> </fo:flow> |