From f7409d84fca2b99661fa957a83e5985f801e54e7 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Sun, 14 May 2006 17:57:17 +0000 Subject: [PATCH] New parameters to set header/footer table minimum height. --- xsl/params/footer.table.height.xml | 27 +++++++++++++++++++++++++++ xsl/params/header.table.height.xml | 27 +++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 xsl/params/footer.table.height.xml create mode 100644 xsl/params/header.table.height.xml diff --git a/xsl/params/footer.table.height.xml b/xsl/params/footer.table.height.xml new file mode 100644 index 000000000..6c06f92dd --- /dev/null +++ b/xsl/params/footer.table.height.xml @@ -0,0 +1,27 @@ + + +footer.table.height +string + + +footer.table.height +Specify the minimum height of the table containing the running page footers + + + + + + +Description + +Page footers in print output use a three column table +to position text at the left, center, and right side of +the footer on the page. +This parameter lets you specify the minimum height +of the single row in the table. +Since this specifies only the minimum height, +the table should automatically grow to fit taller content. +The default value is "14pt". + + + diff --git a/xsl/params/header.table.height.xml b/xsl/params/header.table.height.xml new file mode 100644 index 000000000..a919d0501 --- /dev/null +++ b/xsl/params/header.table.height.xml @@ -0,0 +1,27 @@ + + +header.table.height +string + + +header.table.height +Specify the minimum height of the table containing the running page headers + + + + + + +Description + +Page headers in print output use a three column table +to position text at the left, center, and right side of +the header on the page. +This parameter lets you specify the minimum height +of the single row in the table. +Since this specifies only the minimum height, +the table should automatically grow to fit taller content. +The default value is "14pt". + + + -- 2.40.0