PDF::FromHTML::Template::Container::Section - PDF::FromHTML::Template::Container::Section documentation


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

Index


NAME

Top

PDF::FromHTML::Template::Container::Section

PURPOSE

Top

To provide a keep-together for children. If a pagebreak would occur within the section tag, then the entire branch is rendered on the next page. If the branch would take more than a page anyways, the section tag is ignored.

NODE NAME

Top

SECTION

INHERITANCE

Top

PDF::FromHTML::Template::Container

ATTRIBUTES

Top

None

CHILDREN

Top

None

AFFECTS

Top

Nothing

DEPENDENCIES

Top

None

USAGE

Top

  <section>
    .. Children here ...
  </section>

The children will be rendered on the same page, if at all possible.

AUTHOR

Top

Rob Kinyon (rkinyon@columbus.rr.com)

SEE ALSO

Top


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