--- a/src/eric7/Documentation/Source/eric7.QScintilla.Exporters.ExporterTEX.html Wed Dec 20 19:28:22 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Exporters.ExporterTEX.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="ExporterTEX.__defineTexStyle" ID="ExporterTEX.__defineTexStyle"></a> @@ -112,25 +112,25 @@ </p> <dl> -<dt><i>font</i></dt> +<dt><i>font</i> (QFont)</dt> <dd> -the font to be used (QFont) +the font to be used </dd> -<dt><i>color</i></dt> +<dt><i>color</i> (QColor)</dt> <dd> -the foreground color to be used (QColor) +the foreground color to be used </dd> -<dt><i>paper</i></dt> +<dt><i>paper</i> (QColor)</dt> <dd> -the background color to be used (QColor) +the background color to be used </dd> -<dt><i>file</i></dt> +<dt><i>file</i> (file)</dt> <dd> -reference to the open file to write to (file object) +reference to the open file to write to </dd> -<dt><i>istyle</i></dt> +<dt><i>istyle</i> (int)</dt> <dd> -style number (integer) +style number </dd> </dl> <a NAME="ExporterTEX.__getTexRGB" ID="ExporterTEX.__getTexRGB"></a> @@ -142,15 +142,21 @@ </p> <dl> -<dt><i>color</i></dt> +<dt><i>color</i> (QColor)</dt> <dd> -color object to convert (QColor) +color object to convert </dd> </dl> <dl> <dt>Return:</dt> <dd> -TeX color string (string) +TeX color string +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="ExporterTEX.__texStyle" ID="ExporterTEX.__texStyle"></a> @@ -163,15 +169,21 @@ </p> <dl> -<dt><i>style</i></dt> +<dt><i>style</i> (int)</dt> <dd> -style number (integer) +style number </dd> </dl> <dl> <dt>Return:</dt> <dd> -style name string (string) +style name string +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="ExporterTEX.exportSource" ID="ExporterTEX.exportSource"></a>