Provided by: libpdf-fromhtml-perl_0.33-2_all 

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
perl v5.36.0 2023-02-14 PDF::FromHTML::...ntainer::Always(3pm)