PDF::FromHTML::Template::Container::Row - PDF::FromHTML::Template::Container::Row documentation


PDF-FromHTML documentation  | view source Contained in the PDF-FromHTML distribution.

Index


NAME

Top

PDF::FromHTML::Template::Container::Row

PURPOSE

Top

To specify a row of text and provide typewriter-like carriage returns at the end.

NODE NAME

Top

ROW

INHERITANCE

Top

PDF::FromHTML::Template::Container

ATTRIBUTES

Top

* 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

Top

None

AFFECTS

Top

TEXTBOX

DEPENDENCIES

Top

None

USAGE

Top

  <row h="8">
    <textbox w="50%" justify="right" text"Hello,"/>
    <textbox w="50%" justify="left" text"World"/>
  </row>

AUTHOR

Top

Rob Kinyon (rkinyon@columbus.rr.com)

SEE ALSO

Top

PAGEDEF, TEXTBOX


PDF-FromHTML documentation  | view source Contained in the PDF-FromHTML distribution.