PDF::FromHTML::Template::Container::Always - PDF::FromHTML::Template::Container::Always documentation


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

Index


NAME

Top

PDF::FromHTML::Template::Container::Always

PURPOSE

Top

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

Top

ALWAYS

INHERITANCE

Top

PDF::FromHTML::Template::Container

ATTRIBUTES

Top

None

CHILDREN

Top

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

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

AFFECTS

Top

Nothing

DEPENDENCIES

Top

None

USAGE

Top

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

AUTHOR

Top

Rob Kinyon (rkinyon@columbus.rr.com)

SEE ALSO

Top

HEADER, FOOTER


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