C:\Perl_PPM\PDF-FromHTML-0.31\blib/lib/PDF/FromHTML/Template/Container/Section.pm


NAME

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


PURPOSE

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

SECTION


INHERITANCE

PDF::FromHTML::Template::Container


ATTRIBUTES

None


CHILDREN

None


AFFECTS

Nothing


DEPENDENCIES

None


USAGE

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

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


AUTHOR

Rob Kinyon (rkinyon@columbus.rr.com)


SEE ALSO

 C:\Perl_PPM\PDF-FromHTML-0.31\blib/lib/PDF/FromHTML/Template/Container/Section.pm