From bf0013ec57be1e220c9e0b9c5a44e073d07b055e Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Sat, 19 Oct 2002 20:24:09 +0000 Subject: [PATCH] Added property sets to control page header and footer content formatting --- xsl/fo/pagesetup.xsl | 146 ++++++++++++----------- xsl/fo/param.ent | 4 +- xsl/fo/param.xweb | 4 + xsl/params/footer.content.properties.xml | 26 ++++ xsl/params/header.content.properties.xml | 26 ++++ 5 files changed, 135 insertions(+), 71 deletions(-) create mode 100644 xsl/params/footer.content.properties.xml create mode 100644 xsl/params/header.content.properties.xml diff --git a/xsl/fo/pagesetup.xsl b/xsl/fo/pagesetup.xsl index 0021f1ef7..c4c628c13 100644 --- a/xsl/fo/pagesetup.xsl +++ b/xsl/fo/pagesetup.xsl @@ -1378,50 +1378,53 @@ --> - - - - - - + - - - - + + + + + + - - - - - - - - - - - - + + + + - - - + + + + + + + + + + + + - - - - + + + - - - + + + + - - - - + + + + + + + + + @@ -1594,43 +1597,46 @@ --> - - - - - - - - - - - - - - - - + - - - + + + + + + + + + + + + + + + + - - - + + + - - - + + + - - - + + + - - - - + + + + + + + + + diff --git a/xsl/fo/param.ent b/xsl/fo/param.ent index efbfc984d..0f456ffe9 100644 --- a/xsl/fo/param.ent +++ b/xsl/fo/param.ent @@ -178,4 +178,6 @@ - \ No newline at end of file + + + diff --git a/xsl/fo/param.xweb b/xsl/fo/param.xweb index 1f7e149a3..ae85e3b48 100644 --- a/xsl/fo/param.xweb +++ b/xsl/fo/param.xweb @@ -325,6 +325,8 @@ zero by default, so this is simply the page-master region-left. &footers.on.blank.pages; &header.rule; &footer.rule; +&header.content.properties; +&footer.content.properties; Font Families @@ -469,6 +471,7 @@ around all these parameters. + @@ -490,6 +493,7 @@ around all these parameters. + diff --git a/xsl/params/footer.content.properties.xml b/xsl/params/footer.content.properties.xml new file mode 100644 index 000000000..231323c50 --- /dev/null +++ b/xsl/params/footer.content.properties.xml @@ -0,0 +1,26 @@ + + +footer.content.properties + + + +footer.content.properties + + + + + + + + + + + + + +Description + +Properties of page footer content. + + + diff --git a/xsl/params/header.content.properties.xml b/xsl/params/header.content.properties.xml new file mode 100644 index 000000000..9429d68bd --- /dev/null +++ b/xsl/params/header.content.properties.xml @@ -0,0 +1,26 @@ + + +header.content.properties + + + +header.content.properties + + + + + + + + + + + + + +Description + +Properties of page header content. + + + -- 2.40.0