--- a/src/eric7/Documentation/Source/eric7.QScintilla.Exporters.ExporterRTF.html Wed Dec 20 19:28:22 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Exporters.ExporterRTF.html Thu Dec 21 12:03:40 2023 +0100 @@ -94,13 +94,13 @@ </p> <dl> -<dt><i>editor</i></dt> +<dt><i>editor</i> (QScintilla.Editor.Editor)</dt> <dd> -reference to the editor object (QScintilla.Editor.Editor) +reference to the editor object </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QObject)</dt> <dd> -parent object of the exporter (QObject) +parent object of the exporter </dd> </dl> <a NAME="ExporterRTF.__GetRTFNextControl" ID="ExporterRTF.__GetRTFNextControl"></a> @@ -112,20 +112,25 @@ </p> <dl> -<dt><i>pos</i></dt> +<dt><i>pos</i> (int)</dt> <dd> -position to start search (integer) +position to start search </dd> -<dt><i>style</i></dt> +<dt><i>style</i> (str)</dt> <dd> -style definition to search in (string) +style definition to search in </dd> </dl> <dl> <dt>Return:</dt> <dd> tuple of new start position and control word found - (integer, string) +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (int, str) </dd> </dl> <a NAME="ExporterRTF.__GetRTFStyleChange" ID="ExporterRTF.__GetRTFStyleChange"></a> @@ -138,19 +143,25 @@ </p> <dl> -<dt><i>last</i></dt> +<dt><i>last</i> (str)</dt> <dd> -least recently used style (string) +least recently used style </dd> -<dt><i>current</i></dt> +<dt><i>current</i> (str)</dt> <dd> -current style (string) +current style </dd> </dl> <dl> <dt>Return:</dt> <dd> -string containing the delta between these styles (string) +string containing the delta between these styles +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="ExporterRTF.__prepareStyles" ID="ExporterRTF.__prepareStyles"></a>