NAME
HTML::FormatTableCellNroff - Format HTML Table entry
SYNOPSIS
require HTML::FormatTableCellNroff;
$cell = new HTML::FormatTableCellNroff(%attr);
DESCRIPTION
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
$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
HTML::FormatNroff, HTML::FormatTableCell, HTML::FormatTableRow, HTML::FormatTableRowNroff
COPYRIGHT
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.
AUTHOR
Frederick Hirsch <f.hirsch@opengroup.org>