--- a/eric6/Documentation/Source/eric6.QScintilla.Exporters.ExporterRTF.html Mon Jan 04 15:59:22 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Exporters.ExporterRTF.html Mon Jan 04 15:59:40 2021 +0100 @@ -81,6 +81,10 @@ <td>Private method to extract control words that are different between two styles.</td> </tr> <tr> +<td><a href="#ExporterRTF.__prepareStyles">__prepareStyles</a></td> +<td>Private method to generate and store the different styles.</td> +</tr> +<tr> <td><a href="#ExporterRTF.exportSource">exportSource</a></td> <td>Public method performing the export.</td> </tr> @@ -159,6 +163,32 @@ string containing the delta between these styles (string) </dd> </dl> +<a NAME="ExporterRTF.__prepareStyles" ID="ExporterRTF.__prepareStyles"></a> +<h4>ExporterRTF.__prepareStyles</h4> +<b>__prepareStyles</b>(<i>f</i>) + +<p> + Private method to generate and store the different styles. +</p> +<dl> + +<dt><i>f</i> (object)</dt> +<dd> +filepointer to the open RTF +</dd> +</dl> +<dl> +<dt>Returns:</dt> +<dd> +styles, fontsize +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +dict, int +</dd> +</dl> <a NAME="ExporterRTF.exportSource" ID="ExporterRTF.exportSource"></a> <h4>ExporterRTF.exportSource</h4> <b>exportSource</b>(<i></i>)