From cc87e36a3cc90764bd0aad71af617f5ba5ec490d Mon Sep 17 00:00:00 2001 From: Keiron Liddle Date: Sun, 7 Jan 2001 23:39:46 +0000 Subject: [PATCH] table example with spaces around various table things git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193953 13f79535-47bb-0310-9956-ffa450edef68 --- docs/examples/tables/space.fo | 532 ++++++++++++++++++++++++++++++++++ 1 file changed, 532 insertions(+) create mode 100644 docs/examples/tables/space.fo diff --git a/docs/examples/tables/space.fo b/docs/examples/tables/space.fo new file mode 100644 index 000000000..83b06c820 --- /dev/null +++ b/docs/examples/tables/space.fo @@ -0,0 +1,532 @@ + + + + + + + + + + + + + table examples + + + Page + + + + + + Table 1: spaces around cells + + + + + + + + + + + + first + + + + + table + + + + + row + + + + + + + + + + + left 5pt + + + + + + + + + + + before 5pt + + + + + right 5pt + + + + + after 5pt + + + + + + + last + + + + + table + + + + + row + + + + + + + + Table 2: spaces around rows + + + + + + + + + + + + padding + + + + + left + + + + + 5pt + + + + + + + space + + + + + before + + + + + 5pt + + + + + + + space + + + + + after + + + + + 5pt + + + + + + + padding + + + + + right + + + + + 5pt + + + + + + + + Table 3: spaces around body + + + + + + + + + + + + padding + + + + + left + + + + + 5pt + + + + + + + + + + space + + + + + before + + + + + 5pt + + + + + + + + + + space + + + + + after + + + + + 5pt + + + + + + + + + + padding + + + + + right + + + + + 5pt + + + + + + + + Table 4: spaces around table + + + + + + + + + + + + + table + + + + + space before + + + + + 5pt + + + + + + + + + + + + + + + + + + table + + + + + padding left + + + + + 5pt + + + + + + + + + + + + + + + + + + table + + + + + padding right + + + + + 5pt + + + + + + + + + + + + + + + + + + table + + + + + space after + + + + + 5pt + + + + + + + + + Table 5: combinations + + + + + + + + + + + + + after 5pt + + + + + and row + + + + + after 10pt + + + + + + + and + + + + + body + + + + + after 15pt + + + + + + + + + + and + + + + + table + + + + + after 20pt + + + + + + + + + + + + + + + + + + after 20pt + + + + + and row + + + + + after 15pt + + + + + + + and + + + + + body + + + + + after 10pt + + + + + + + + + + and + + + + + table + + + + + after 5pt + + + + + + + + + + -- 2.39.5