table of contents
PDF::FromHTML::Template::Container::Row(3pm) | User Contributed Perl Documentation | PDF::FromHTML::Template::Container::Row(3pm) |
NAME¶
PDF::FromHTML::Template::Container::Row - Specify a row of text and provide typewriter-like carriage returns at the end
NODE NAME¶
ROW
INHERITANCE¶
PDF::FromHTML::Template::Container
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.
CHILDREN¶
None
AFFECTS¶
TEXTBOX
DEPENDENCIES¶
None
USAGE¶
<row h="8"> <textbox w="50%" justify="right" text"Hello,"/> <textbox w="50%" justify="left" text"World"/> </row>
AUTHOR¶
Rob Kinyon (rkinyon@columbus.rr.com)
SEE ALSO¶
PAGEDEF, TEXTBOX
2024-07-28 | perl v5.38.2 |