home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _be4941de33a746175386386778dfbaa7 < prev    next >
Text File  |  2000-03-23  |  3KB  |  90 lines

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>HTML::FormatText - Format HTML as text</TITLE>
  5. <LINK REL="stylesheet" HREF="../../../Active.css" TYPE="text/css">
  6. <LINK REV="made" HREF="mailto:">
  7. </HEAD>
  8.  
  9. <BODY>
  10. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  11. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  12. <STRONG><P CLASS=block> HTML::FormatText - Format HTML as text</P></STRONG>
  13. </TD></TR>
  14. </TABLE>
  15.  
  16. <A NAME="__index__"></A>
  17. <!-- INDEX BEGIN -->
  18.  
  19. <UL>
  20.  
  21.     <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
  22.  
  23.     <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
  24.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  25.     <LI><A HREF="#see also">SEE ALSO</A></LI>
  26.     <LI><A HREF="#copyright">COPYRIGHT</A></LI>
  27.     <LI><A HREF="#author">AUTHOR</A></LI>
  28. </UL>
  29. <!-- INDEX END -->
  30.  
  31. <HR>
  32. <P>
  33. <H1><A NAME="name">NAME</A></H1>
  34. <P>HTML::FormatText - Format HTML as text</P>
  35. <P>
  36. <HR>
  37. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  38. <UL>
  39. <LI>Linux</LI>
  40. <LI>Solaris</LI>
  41. <LI>Windows</LI>
  42. </UL>
  43. <HR>
  44. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  45. <PRE>
  46.  require HTML::FormatText;
  47.  $html = parse_htmlfile("test.html");
  48.  $formatter = HTML::FormatText->new(leftmargin => 0, rightmargin => 50);
  49.  print $formatter->format($html);</PRE>
  50. <P>
  51. <HR>
  52. <H1><A NAME="description">DESCRIPTION</A></H1>
  53. <P>The HTML::FormatText is a formatter that outputs plain latin1 text.
  54. All character attributes (bold/italic/underline) are ignored.
  55. Formatting of HTML tables and forms is not implemented.</P>
  56. <P>You might specify the following parameters when constructing the
  57. formatter:</P>
  58. <DL>
  59. <DT><STRONG><A NAME="item_leftmargin"><EM>leftmargin</EM> (alias <EM>lm</EM>)</A></STRONG><BR>
  60. <DD>
  61. The column of the left margin. The default is 3.
  62. <P></P>
  63. <DT><STRONG><A NAME="item_rightmargin"><EM>rightmargin</EM> (alias <EM>rm</EM>)</A></STRONG><BR>
  64. <DD>
  65. The column of the right margin. The default is 72.
  66. <P></P></DL>
  67. <P>
  68. <HR>
  69. <H1><A NAME="see also">SEE ALSO</A></H1>
  70. <P><A HREF="../../../site/lib/HTML/Formatter.html">the HTML::Formatter manpage</A></P>
  71. <P>
  72. <HR>
  73. <H1><A NAME="copyright">COPYRIGHT</A></H1>
  74. <P>Copyright (c) 1995-1998 Gisle Aas. All rights reserved.</P>
  75. <P>This library is free software; you can redistribute it and/or
  76. modify it under the same terms as Perl itself.</P>
  77. <P>
  78. <HR>
  79. <H1><A NAME="author">AUTHOR</A></H1>
  80. <P>Gisle Aas <<A HREF="mailto:aas@sn.no">aas@sn.no</A>></P>
  81. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  82. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  83. <STRONG><P CLASS=block> HTML::FormatText - Format HTML as text</P></STRONG>
  84. </TD></TR>
  85. </TABLE>
  86.  
  87. </BODY>
  88.  
  89. </HTML>
  90.