The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

HTML::FormatText (3)
  • >> HTML::FormatText (3) ( Разные man: Библиотечные вызовы )
  •  

    NAME

    HTML::FormatText - Format HTML as plaintext
     
    

    SYNOPSIS

     require HTML::TreeBuilder;
     $tree = HTML::TreeBuilder->new->parse_file("test.html");
    
    

     require HTML::FormatText;
     $formatter = HTML::FormatText->new(leftmargin => 0, rightmargin => 50);
     print $formatter->format($tree);
    
    
     

    DESCRIPTION

    The HTML::FormatText is a formatter that outputs plain latin1 text. All character attributes (bold/italic/underline) are ignored. Formatting of HTML tables and forms is not implemented.

    You might specify the following parameters when constructing the formatter:

    leftmargin (alias lm)
    The column of the left margin. The default is 3.
    rightmargin (alias rm)
    The column of the right margin. The default is 72.
     

    SEE ALSO

    HTML::Formatter  

    COPYRIGHT

    Copyright (c) 1995-2002 Gisle Aas, and 2002- Sean M. Burke. All rights reserved.

    This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.  

    AUTHOR

    Current maintainer: Sean M. Burke <sburke@cpan.org>

    Original author: Gisle Aas <gisle@aas.no>


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    SEE ALSO
    COPYRIGHT
    AUTHOR


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру