PDF::Template::Container::Row
To specify a row of text and provide typewriter-like carriage returns at the
end.
- 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.
<row h="8">
<textbox w="50%" justify="right" text"Hello,"/>
<textbox w="50%" justify="left" text"World"/>
</row>
Rob Kinyon (rob.kinyon@gmail.com)
Hey! The above document had some coding errors, which are explained
below:
- Around line 72:
- =back doesn't take any parameters, but you said =back 4