C:\Perl_PPM\PDF-Template-PDFAPI2-0.40_09\blib/lib/PDF/Template/Element/TextBox.pm


NAME

PDF::Template::Element::TextBox


PURPOSE

To write text in a specified spot


NODE NAME

TEXTBOX


INHERITANCE

PDF::Template::Element


ATTRIBUTES


CHILDREN

None


AFFECTS

Nothing


DEPENDENCIES

ROW


USAGE

  <row h="8">
    <textbox w="40%" text="Some text here"/>
    <textbox w="60%"><var name="Param1"/> and stuff</textbox>
  </row>

This will put two textboxes on the page at the current Y-position. The first will occupy 40% of the write-able space and contain the text ``Some text here''. The second will occupy the rest and contain the text from Param1, then the text `` and stuff''. (This is the only way to mix parameters and static text in the same textbox.)


AUTHOR

Rob Kinyon (rkinyon@columbus.rr.com)


SEE ALSO

ROW

 C:\Perl_PPM\PDF-Template-PDFAPI2-0.40_09\blib/lib/PDF/Template/Element/TextBox.pm