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::Header - Provide header text and to specify where the header starts,

Affects

       Indicates to the PAGEDEF tag where all children may start rendering.

Attributes

       •   HEADER_HEIGHT - the amount reserved for the header from the bottom of the page.

Author

Children

       None

Dependencies

       None

Inheritance

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

Name

       PDF::FromHTML::Template::Container::Header - Provide header text and to specify where the header starts,
       for looping.

Node Name

       HEADER

See Also

       ALWAYS, FOOTER, PAGEDEF

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

Usage

         <pagedef>
           <header header_height="1i">
             ... Children here will render on every page ...
           </header>
           ... Stuff here ...
         </pagedef>

See Also