| FormatNroff documentation | view source | Contained in the FormatNroff distribution. |
HTML::FormatTableCellNroff - Format HTML Table entry
require HTML::FormatTableCellNroff; $cell = new HTML::FormatTableCellNroff(%attr);
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.
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)".
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.
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>
| FormatNroff documentation | view source | Contained in the FormatNroff distribution. |