src/eric7/Documentation/Source/eric7.QScintilla.Exporters.ExporterODT.html

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
child 9503
ae9232bf4854
diff -r 3fc8dfeb6ebe -r b99e7fd55fd3 src/eric7/Documentation/Source/eric7.QScintilla.Exporters.ExporterODT.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.Exporters.ExporterODT.html	Thu Jul 07 11:23:56 2022 +0200
@@ -0,0 +1,99 @@
+<!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>None</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 />
+</body></html>
\ No newline at end of file

eric ide

mercurial