The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

PDF::Template::Container::Header

PURPOSE

To provide header text and to specify where the header starts, for looping.

NODE NAME

HEADER

INHERITANCE

PDF::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 (rob.kinyon@gmail.com)

SEE ALSO

ALWAYS, FOOTER, PAGEDEF

1 POD Error

The following errors were encountered while parsing the POD:

Around line 51:

=back doesn't take any parameters, but you said =back 4