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

branch
eric7
changeset 10431
64157aeb0312
parent 10229
e50bbf250343
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Exporters.ExporterPDF.html	Wed Dec 20 19:28:22 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.Exporters.ExporterPDF.html	Thu Dec 21 12:03:40 2023 +0100
@@ -98,13 +98,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="ExporterPDF.__getPDFRGB" ID="ExporterPDF.__getPDFRGB"></a>
@@ -116,15 +116,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>
-PDF color description (string)
+PDF color description
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="ExporterPDF.exportSource" ID="ExporterPDF.exportSource"></a>
@@ -195,9 +201,9 @@
 </p>
 <dl>
 
-<dt><i>file</i></dt>
+<dt><i>file</i> (file)</dt>
 <dd>
-file object open for writing (file)
+file object open for writing
 </dd>
 </dl>
 <a NAME="PDFObjectTracker.add" ID="PDFObjectTracker.add"></a>
@@ -209,15 +215,21 @@
 </p>
 <dl>
 
-<dt><i>objectData</i></dt>
+<dt><i>objectData</i> (int or str)</dt>
 <dd>
-data to be added (integer or string)
+data to be added
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-object number assigned to the supplied data (integer)
+object number assigned to the supplied data
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="PDFObjectTracker.write" ID="PDFObjectTracker.write"></a>
@@ -229,9 +241,9 @@
 </p>
 <dl>
 
-<dt><i>objectData</i></dt>
+<dt><i>objectData</i> (int or str)</dt>
 <dd>
-data to be written (integer or string)
+data to be written
 </dd>
 </dl>
 <a NAME="PDFObjectTracker.xref" ID="PDFObjectTracker.xref"></a>
@@ -244,7 +256,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-file offset of the xref table (integer)
+file offset of the xref table
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -339,13 +357,13 @@
 </p>
 <dl>
 
-<dt><i>ch</i></dt>
+<dt><i>ch</i> (str)</dt>
 <dd>
-character to add (string)
+character to add
 </dd>
-<dt><i>style_</i></dt>
+<dt><i>style_</i> (int)</dt>
 <dd>
-number of the style of the character (integer)
+number of the style of the character
 </dd>
 </dl>
 <a NAME="PDFRender.endPDF" ID="PDFRender.endPDF"></a>
@@ -378,15 +396,21 @@
 </p>
 <dl>
 
-<dt><i>thousandths</i></dt>
+<dt><i>thousandths</i> (int)</dt>
 <dd>
-font size (integer)
+font size
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-point size of the font (integer)
+point size of the font
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="PDFRender.nextLine" ID="PDFRender.nextLine"></a>
@@ -405,15 +429,21 @@
 </p>
 <dl>
 
-<dt><i>style_</i></dt>
+<dt><i>style_</i> (int)</dt>
 <dd>
-style to be set (integer)
+style to be set
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-the PDF string to set the given style (string)
+the PDF string to set the given style
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="PDFRender.startPDF" ID="PDFRender.startPDF"></a>

eric ide

mercurial