At 2013-12-18 11:32 -0800, Mario Madunic wrote:
I have a requirement where there is a block of text at the bottom of
the first page's body above the footer. The header, footer, and body
each have borders around them and a space around 0.25in between the
header border bottom and body border top and the footer border top
and body bottom border.
Instead of placing the text as part of the first page's footer, I
used a block-container and gave it the x and y positions to place it
at the bottom of the first page's body. At the moment body text is
not flowing onto the following page once it meets the
block-container but continuing through it. Which attribute(s) and
value(s) can I use to force the body content to flow around the
block-container?
No such properties exist. The block-containers are independent of
the flow and so the flow has no knowledge of them.
I recommend you start your first page flow with an empty block and
footnote that has what you want at the bottom of the first
page. This will not work, though, if you have user-specified
footnotes, as it will flow above the ones that follow on the first page.
I hope this helps.
. . . . . . . . Ken
--
Public XSLT, XSL-FO, UBL & code list classes: Melbourne, AU May 2014 |
Contact us for world-wide XML consulting and instructor-led training |
Free 5-hour lecture: http://www.CraneSoftwrights.com/links/udemy.htm |
Crane Softwrights Ltd. http://www.CraneSoftwrights.com/s/ |
G. Ken Holman mailto:gkholman(_at_)CraneSoftwrights(_dot_)com
|
Google+ profile: https://plus.google.com/116832879756988317389/about |
Legal business disclaimers: http://www.CraneSoftwrights.com/legal |
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--