Looking for help!
The maintainer of this distribution is looking for people to help them improve this module!
If you're interested then please contact them via
email.
NAME
PDF::Template::Container::Row
PURPOSE
To specify a row of text and provide typewriter-like carriage returns at the end.
NODE NAME
ROW
INHERITANCE
PDF::Template::Container
ATTRIBUTES
H - the height the row will consume when it is done.
LEFT_MARGIN - If specifed, 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
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 72:
=back doesn't take any parameters, but you said =back 4