logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PDF::FromHTML::Template::Container::Always - Any child of this node will always render on every page

Affects

       Nothing

Attributes

       None

Author

Children

       PDF::FromHTML::Template::Container::Margin

       PDF::FromHTML::Template::Container::Header PDF::FromHTML::Template::Container::Footer

Dependencies

       None

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.

Inheritance

       PDF::FromHTML::Template::Container

Name

       PDF::FromHTML::Template::Container::Always - Any child of this node will always render on every page

Node Name

       ALWAYS

See Also

       HEADER, FOOTER

perl v5.38.2                                       2024-07-28             PDF::FromHTML::...ntainer::Always(3pm)

Usage

         <always>
           ... Children will render on every page ...
         </always>

See Also