table of contents
PDF::FromHTML::Template::Container::Always(3pm) | User Contributed Perl Documentation | PDF::FromHTML::Template::Container::Always(3pm) |
NAME¶
PDF::FromHTML::Template::Container::Always - Any child of this node will always render on every page
DESCRIPTION¶
To require that any child of this node will always render on every page. Normally, a node will not render on a given page if a node before it has triggered a pagebreak. ALWAYS nodes will always render on every page.
Primarily, this is used as a base class for HEADER and FOOTER. However, you might want something to always render on every page outside the header and footer areas. For example, a watermark.
NODE NAME¶
ALWAYS
INHERITANCE¶
PDF::FromHTML::Template::Container
ATTRIBUTES¶
None
CHILDREN¶
PDF::FromHTML::Template::Container::Margin
PDF::FromHTML::Template::Container::Header PDF::FromHTML::Template::Container::Footer
AFFECTS¶
Nothing
DEPENDENCIES¶
None
USAGE¶
<always> ... Children will render on every page ... </always>
AUTHOR¶
Rob Kinyon (rkinyon@columbus.rr.com)
SEE ALSO¶
HEADER, FOOTER
2024-07-28 | perl v5.38.2 |