logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PDF::FromHTML::Template::Container::Section - Provide pagebreak control for a group of children

Affects

       Nothing

Attributes

       None

Author

Children

       None

Dependencies

       None

Inheritance

       PDF::FromHTML::Template::Container

Name

       PDF::FromHTML::Template::Container::Section - Provide pagebreak control for a group of children

       -head1 DESCRIPTION

       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

See Also

perl v5.38.2                                       2024-07-28              PDF::FromHTML:...tainer::Section(3pm)

Usage

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

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

See Also