table of contents
PDF::FromHTML::Template::Container::Footer(3pm) | User Contributed Perl Documentation | PDF::FromHTML::Template::Container::Footer(3pm) |
NAME¶
PDF::FromHTML::Template::Container::Footer - Provide footer text and to specify where the footer starts, for looping
NODE NAME¶
FOOTER
INHERITANCE¶
PDF::FromHTML::Template::Container::Margin
ATTRIBUTES¶
- •
- FOOTER_HEIGHT - the amount reserved for the footer from the bottom of the page.
CHILDREN¶
None
AFFECTS¶
Indicates to LOOP tags where to pagebreak.
DEPENDENCIES¶
None
USAGE¶
<pagedef> ... Stuff here ... <footer footer_height="1i"> ... Children here will render on every page ... </footer> </pagedef>
AUTHOR¶
Rob Kinyon (rkinyon@columbus.rr.com)
SEE ALSO¶
ALWAYS, HEADER, LOOP
2024-07-28 | perl v5.38.2 |