]> granicus.if.org Git - docbook-dsssl/commitdiff
New parameters to set header/footer table minimum height.
authorBob Stayton <bobs@sagehill.net>
Sun, 14 May 2006 17:57:17 +0000 (17:57 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 14 May 2006 17:57:17 +0000 (17:57 +0000)
xsl/params/footer.table.height.xml [new file with mode: 0644]
xsl/params/header.table.height.xml [new file with mode: 0644]

diff --git a/xsl/params/footer.table.height.xml b/xsl/params/footer.table.height.xml
new file mode 100644 (file)
index 0000000..6c06f92
--- /dev/null
@@ -0,0 +1,27 @@
+<refentry id="footer.table.height">
+<refmeta>
+<refentrytitle>footer.table.height</refentrytitle>
+<refmiscinfo role="type">string</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>footer.table.height</refname>
+<refpurpose>Specify the minimum height of the table containing the running page footers</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv><src:fragment id='footer.table.height.frag'>
+<xsl:param name="footer.table.height" select="'14pt'"/>
+</src:fragment></refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>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".</para>
+
+</refsect1>
+</refentry>
diff --git a/xsl/params/header.table.height.xml b/xsl/params/header.table.height.xml
new file mode 100644 (file)
index 0000000..a919d05
--- /dev/null
@@ -0,0 +1,27 @@
+<refentry id="header.table.height">
+<refmeta>
+<refentrytitle>header.table.height</refentrytitle>
+<refmiscinfo role="type">string</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>header.table.height</refname>
+<refpurpose>Specify the minimum height of the table containing the running page headers</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv><src:fragment id='header.table.height.frag'>
+<xsl:param name="header.table.height" select="'14pt'"/>
+</src:fragment></refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>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".</para>
+
+</refsect1>
+</refentry>