--- a/Documentation/Source/eric5.QScintilla.Exporters.ExporterRTF.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.QScintilla.Exporters.ExporterRTF.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.QScintilla.Exporters.ExporterRTF</h1> <p> -Module implementing an exporter for RTF. +Module implementing an exporter for RTF. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#ExporterRTF">ExporterRTF</a></td> -<td>Class implementing an exporter for RTF.</td> +<td>Class implementing an exporter for RTF.</td> </tr> </table> <h3>Functions</h3> @@ -43,7 +43,7 @@ <a NAME="ExporterRTF" ID="ExporterRTF"></a> <h2>ExporterRTF</h2> <p> - Class implementing an exporter for RTF. + Class implementing an exporter for RTF. </p> <h3>Derived from</h3> ExporterBase @@ -55,73 +55,73 @@ <table> <tr> <td><a href="#ExporterRTF.__init__">ExporterRTF</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#ExporterRTF.__GetRTFNextControl">__GetRTFNextControl</a></td> -<td>Private method to extract the next RTF control word from style.</td> +<td>Private method to extract the next RTF control word from style.</td> </tr><tr> <td><a href="#ExporterRTF.__GetRTFStyleChange">__GetRTFStyleChange</a></td> -<td>Private method to extract control words that are different between two styles.</td> +<td>Private method to extract control words that are different between two styles.</td> </tr><tr> <td><a href="#ExporterRTF.exportSource">exportSource</a></td> -<td>Public method performing the export.</td> +<td>Public method performing the export.</td> </tr> </table> <a NAME="ExporterRTF.__init__" ID="ExporterRTF.__init__"></a> <h4>ExporterRTF (Constructor)</h4> <b>ExporterRTF</b>(<i>editor, parent = None</i>) <p> - Constructor + Constructor </p><dl> <dt><i>editor</i></dt> <dd> -reference to the editor object (QScintilla.Editor.Editor) +reference to the editor object (QScintilla.Editor.Editor) </dd><dt><i>parent</i></dt> <dd> -parent object of the exporter (QObject) +parent object of the exporter (QObject) </dd> </dl><a NAME="ExporterRTF.__GetRTFNextControl" ID="ExporterRTF.__GetRTFNextControl"></a> <h4>ExporterRTF.__GetRTFNextControl</h4> <b>__GetRTFNextControl</b>(<i>pos, style</i>) <p> - Private method to extract the next RTF control word from style. + Private method to extract the next RTF control word from style. </p><dl> <dt><i>pos</i></dt> <dd> -position to start search (integer) +position to start search (integer) </dd><dt><i>style</i></dt> <dd> -style definition to search in (string) +style definition to search in (string) </dd> </dl><dl> <dt>Returns:</dt> <dd> -tuple of new start position and control word found - (integer, string) +tuple of new start position and control word found + (integer, string) </dd> </dl><a NAME="ExporterRTF.__GetRTFStyleChange" ID="ExporterRTF.__GetRTFStyleChange"></a> <h4>ExporterRTF.__GetRTFStyleChange</h4> <b>__GetRTFStyleChange</b>(<i>last, current</i>) <p> - Private method to extract control words that are different between two styles. + Private method to extract control words that are different between two styles. </p><dl> <dt><i>last</i></dt> <dd> -least recently used style (string) +least recently used style (string) </dd><dt><i>current</i></dt> <dd> -current style (string) +current style (string) </dd> </dl><dl> <dt>Returns:</dt> <dd> -string containing the delta between these styles (string) +string containing the delta between these styles (string) </dd> </dl><a NAME="ExporterRTF.exportSource" ID="ExporterRTF.exportSource"></a> <h4>ExporterRTF.exportSource</h4> <b>exportSource</b>(<i></i>) <p> - Public method performing the export. + Public method performing the export. </p> <div align="right"><a href="#top">Up</a></div> <hr />