PDF::FromHTML::Template::Container::Row - Specify a row of text and provide typewriter-like carriage
Contents
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.
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>
