diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.QScintilla.Printer.html --- a/Documentation/Source/eric5.QScintilla.Printer.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.QScintilla.Printer.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.QScintilla.Printer</h1> <p> -Module implementing the printer functionality. +Module implementing the printer functionality. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#Printer">Printer</a></td> -<td>Class implementing the QextScintillaPrinter with a header.</td> +<td>Class implementing the QextScintillaPrinter with a header.</td> </tr> </table> <h3>Functions</h3> @@ -45,7 +45,7 @@ <p> </p><p> - Class implementing the QextScintillaPrinter with a header. + Class implementing the QextScintillaPrinter with a header. </p> <h3>Derived from</h3> QsciPrinter @@ -57,40 +57,40 @@ <table> <tr> <td><a href="#Printer.__init__">Printer</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#Printer.formatPage">formatPage</a></td> -<td>Private method to generate a header line.</td> +<td>Private method to generate a header line.</td> </tr> </table> <a NAME="Printer.__init__" ID="Printer.__init__"></a> <h4>Printer (Constructor)</h4> <b>Printer</b>(<i>mode = QPrinter.ScreenResolution</i>) <p> - Constructor + Constructor </p><dl> <dt><i>mode</i></dt> <dd> -mode of the printer (QPrinter.PrinterMode) +mode of the printer (QPrinter.PrinterMode) </dd> </dl><a NAME="Printer.formatPage" ID="Printer.formatPage"></a> <h4>Printer.formatPage</h4> <b>formatPage</b>(<i>painter, drawing, area, pagenr</i>) <p> - Private method to generate a header line. + Private method to generate a header line. </p><dl> <dt><i>painter</i></dt> <dd> -the paint canvas (QPainter) +the paint canvas (QPainter) </dd><dt><i>drawing</i></dt> <dd> -flag indicating that something should be drawn +flag indicating that something should be drawn </dd><dt><i>area</i></dt> <dd> -the drawing area (QRect) +the drawing area (QRect) </dd><dt><i>pagenr</i></dt> <dd> -the page number (int) +the page number (int) </dd> </dl> <div align="right"><a href="#top">Up</a></div>