From 1d62f6727204bf23db915d1074ece657bbd71355 Mon Sep 17 00:00:00 2001 From: Keiron Liddle Date: Sun, 18 Feb 2001 23:59:10 +0000 Subject: example tables with breaks currently on rows git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194075 13f79535-47bb-0310-9956-ffa450edef68 --- docs/examples/tables/break.fo | 322 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 322 insertions(+) create mode 100644 docs/examples/tables/break.fo (limited to 'docs/examples') diff --git a/docs/examples/tables/break.fo b/docs/examples/tables/break.fo new file mode 100644 index 000000000..50ed0c89c --- /dev/null +++ b/docs/examples/tables/break.fo @@ -0,0 +1,322 @@ + + + + + + + + + + + + + table examples + + + Page + + + + + + Tests for breaks on table rows. + + + + Table 1: basic break after with next + + + + + + + + + + + + first row + + + + + new page + + + + + for next + + + + + + + second row + + + + + normal + + + + + row + + + + + + + + Table 2: basic break before with next + + + + + + + + + + + + first row + + + + + new page + + + + + for next + + + + + + + second row + + + + + break before + + + + + row + + + + + + + + Table 3: basic break before a keep with next + + + + + + + + + + + + first row + + + + + new page + + + + + for next + + + + + + + second row + + + + + break before + + + + + row + + + + + + + + Table 4: basic break after a keep with previous + + + + + + + + + + + + first row + + + + + new page + + + + + for next + + + + + + + second row + + + + + break before + + + + + row + + + + + + + + Table 5: basic break after a keep with previous + + + + + + + + + + + + normal + + + + + row + + + + + with text + + + + + + + normal + + + + + row + + + + + with text + + + + + + + normal + + + + + row + + + + + with text + + + + + + + break after + + + + + and + + + + + keep with next + + + + + + + keep + + + + + with + + + + + next + + + + + + + + + -- cgit v1.2.3