PDF::FromHTML::Template::Container::Header - PDF::FromHTML::Template::Container::Header documentation


PDF-FromHTML documentation  | view source Contained in the PDF-FromHTML distribution.

Index


NAME

Top

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

PURPOSE

Top

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

NODE NAME

Top

HEADER

INHERITANCE

Top

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

ATTRIBUTES

Top

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

CHILDREN

Top

None

AFFECTS

Top

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

DEPENDENCIES

Top

None

USAGE

Top

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

AUTHOR

Top

Rob Kinyon (rkinyon@columbus.rr.com)

SEE ALSO

Top

ALWAYS, FOOTER, PAGEDEF


PDF-FromHTML documentation  | view source Contained in the PDF-FromHTML distribution.