
HTML::FormatTableRow - Format HTML Table row

require HTML::FormatTableRow; @ISA = qw(HTML::FormatTableRow);

The HTML::FormatTableRow is used to record information and process a table row. This is a base class.
The following attributes are supported: align: 'left','center', or 'right' alignment of table row entries valign: vertical alignment, 'top' or 'middle'

The following attributes are supported: align: 'left','center', or 'right' alignment of table row entries valign: vertical alignment, 'top' or 'middle'
Add table element - should be subclassed.
End table element - should be subclassed.
Add text to cell.
Return text associated with current table cell.
push the array of cell widths (in characters) onto the array specified using the array reference $array_ref.
Output the row data using the $formatter to do the output, and separating each cell using the $tab character. $final is not used.


Copyright (c) 1997 Frederick Hirsch. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Frederick Hirsch <f.hirsch@opengroup.org>