diff -r 6091145e189e -r ae9232bf4854 src/eric7/Documentation/Source/eric7.QScintilla.Exporters.ExporterPDF.html --- a/src/eric7/Documentation/Source/eric7.QScintilla.Exporters.ExporterPDF.html Wed Nov 09 15:17:05 2022 +0100 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Exporters.ExporterPDF.html Wed Nov 09 15:18:07 2022 +0100 @@ -40,7 +40,11 @@ <h3>Functions</h3> <table> -<tr><td>None</td></tr> + +<tr> +<td><a href="#createExporter">createExporter</a></td> +<td>Function to instantiate an exporter object.</td> +</tr> </table> <hr /> <hr /> @@ -450,11 +454,7 @@ <h3>Methods</h3> <table> - -<tr> -<td><a href="#PDFStyle.__init__">PDFStyle</a></td> -<td>Constructor</td> -</tr> +<tr><td>None</td></tr> </table> <h3>Static Methods</h3> @@ -462,13 +462,39 @@ <tr><td>None</td></tr> </table> -<a NAME="PDFStyle.__init__" ID="PDFStyle.__init__"></a> -<h4>PDFStyle (Constructor)</h4> -<b>PDFStyle</b>(<i></i>) +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="createExporter" ID="createExporter"></a> +<h2>createExporter</h2> +<b>createExporter</b>(<i>editor, parent=None</i>) <p> - Constructor + Function to instantiate an exporter object. </p> +<dl> + +<dt><i>editor</i> (QScintilla.Editor.Editor)</dt> +<dd> +reference to the editor object +</dd> +<dt><i>parent</i> (QObject (optional))</dt> +<dd> +parent object of the exporter (defaults to None) +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +exporter object +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +ExporterPDF +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file