MAN page from Old RedHat 6.X perl-HTML-Format-1.22-6.i386.rpm
lib::HTML::Formatter
Section: User Contributed Perl Documentation (3)
Updated: perl 5.005, patch 03
Index NAME
HTML::Formatter - Base class for HTML formatters
SYNOPSIS
package HTML::FormatXX; require HTML::Formatter; @ISA=qw(HTML::Formatter);
DESCRIPTION
HTML formatters are able to format a HTML syntax tree into variousprintable formats. Different formatters produce output for differentoutput media. Common for all formatters are that they will return theformatted output when the
format() method is called.
Format() takes aHTML::Element as parameter.
SEE ALSO
the
HTML::FormatText manpage, the
HTML::FormatPS manpage, the
HTML::Element manpage
COPYRIGHT
Copyright (c) 1995-1999 Gisle Aas. All rights reserved.
This library is free software; you can redistribute it and/ormodify it under the same terms as Perl itself.
AUTHOR
Gisle Aas <gisleAATTaas.no>
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- SEE ALSO
- COPYRIGHT
- AUTHOR
This document was created byman2html,using the manual pages.