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::Row - Specify a row of text and provide typewriter-like carriage

Affects

       TEXTBOX

Attributes

       •   H - the height the row will consume when it is done.

       •   LEFT_MARGIN  -  If  specified,  the  row will start rendering here. Otherwise, it will default to the
           PAGEDEF's LEFT_MARGIN.

Author

Children

       None

Dependencies

       None

Inheritance

       PDF::FromHTML::Template::Container

Name

       PDF::FromHTML::Template::Container::Row - Specify a row of text and provide typewriter-like carriage
       returns at the end

Node Name

       ROW

See Also

       PAGEDEF, TEXTBOX

perl v5.38.2                                       2024-07-28              PDF::FromHTML:...:Container::Row(3pm)

Usage

         <row h="8">
           <textbox w="50%" justify="right" text"Hello,"/>
           <textbox w="50%" justify="left" text"World"/>
         </row>

See Also