The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

HTML::FormatNroff::Table::Cell::Nroff - Format HTML Table entry

SYNOPSIS

    use HTML::FormatNroff::Table::Cell::Nroff;
    my $cell = new HTML::FormatNroff::Table::Cell::Nroff(%attr);

DESCRIPTION

The HTML::FormatNroff::Table::Cell::Nroff 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

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)".

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

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>