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