HTML::FormatTableCellNroff - Format HTML Table entry


FormatNroff documentation  | view source Contained in the FormatNroff distribution.

Index


NAME

Top

HTML::FormatTableCellNroff - Format HTML Table entry

SYNOPSIS

Top

 require HTML::FormatTableCellNroff;
 $cell = new HTML::FormatTableCellNroff(%attr);

DESCRIPTION

Top

The HTML::FormatTableCellNroff is used to record information about a table entry and produce format information about the entry. It is used by FormatTableNroff to process HTML tables.

METHODS

Top

$nroff_cell->format_str($width);

Produce a tbl format specification for the current cell, consisting of an alignment character, width (in inches), and any subsequent colspan specifications. An example is "cw(2i)".

$nroff_cell->output($formatter);

 Output a table cell entry using the formatter defined by $formatter.
 The nroff 
 T{
 .ad 1
 .fi
     contents
 .nf
 }T 
 construct is used to format text inside a cell. Bold is used for a table
 header.

SEE ALSO

Top

HTML::FormatNroff, HTML::FormatTableCell, HTML::FormatTableRow, HTML::FormatTableRowNroff

COPYRIGHT

Top

AUTHOR

Top

Frederick Hirsch <f.hirsch@opengroup.org>


FormatNroff documentation  | view source Contained in the FormatNroff distribution.