Fri, 27 Oct 2023 14:09:40 +0200
Regenerated the source documentation with the corrected module parser.
<!DOCTYPE html> <html><head> <title>eric7.QScintilla.Exporters.ExporterODT</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> <h1>eric7.QScintilla.Exporters.ExporterODT</h1> <p> Module implementing an exporter for ODT. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#ExporterODT">ExporterODT</a></td> <td>Class implementing an exporter for ODT.</td> </tr> </table> <h3>Functions</h3> <table> <tr> <td><a href="#createExporter">createExporter</a></td> <td>Function to instantiate an exporter object.</td> </tr> </table> <hr /> <hr /> <a NAME="ExporterODT" ID="ExporterODT"></a> <h2>ExporterODT</h2> <p> Class implementing an exporter for ODT. </p> <h3>Derived from</h3> ExporterBase <h3>Class Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Class Methods</h3> <table> <tr><td>None</td></tr> </table> <h3>Methods</h3> <table> <tr> <td><a href="#ExporterODT.__init__">ExporterODT</a></td> <td>Constructor</td> </tr> <tr> <td><a href="#ExporterODT.exportSource">exportSource</a></td> <td>Public method performing the export.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="ExporterODT.__init__" ID="ExporterODT.__init__"></a> <h4>ExporterODT (Constructor)</h4> <b>ExporterODT</b>(<i>editor, parent=None</i>) <p> Constructor </p> <dl> <dt><i>editor</i></dt> <dd> reference to the editor object (QScintilla.Editor.Editor) </dd> <dt><i>parent</i></dt> <dd> parent object of the exporter (QObject) </dd> </dl> <a NAME="ExporterODT.exportSource" ID="ExporterODT.exportSource"></a> <h4>ExporterODT.exportSource</h4> <b>exportSource</b>(<i></i>) <p> Public method performing the export. </p> <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> 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> ExporterODT </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>