src/eric7/Documentation/Source/eric7.QScintilla.MarkupProviders.HtmlProvider.html

branch
eric7
changeset 10333
4aa8d3b69832
parent 9503
ae9232bf4854
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.QScintilla.MarkupProviders.HtmlProvider.html	Wed Nov 22 19:42:16 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.MarkupProviders.HtmlProvider.html	Wed Nov 22 19:42:41 2023 +0100
@@ -131,6 +131,10 @@
 <td>Public method to indicate the availability of strikethrough markup.</td>
 </tr>
 <tr>
+<td><a href="#HtmlProvider.hasUnderline">hasUnderline</a></td>
+<td>Public method to indicate the availability of underline markup.</td>
+</tr>
+<tr>
 <td><a href="#HtmlProvider.header">header</a></td>
 <td>Public method to generate a header.</td>
 </tr>
@@ -170,6 +174,10 @@
 <td><a href="#HtmlProvider.strikethrough">strikethrough</a></td>
 <td>Public method to generate strikethrough text.</td>
 </tr>
+<tr>
+<td><a href="#HtmlProvider.underline">underline</a></td>
+<td>Public method to generate underline text.</td>
+</tr>
 </table>
 <h3>Static Methods</h3>
 
@@ -494,6 +502,25 @@
 bool
 </dd>
 </dl>
+<a NAME="HtmlProvider.hasUnderline" ID="HtmlProvider.hasUnderline"></a>
+<h4>HtmlProvider.hasUnderline</h4>
+<b>hasUnderline</b>(<i></i>)
+
+<p>
+        Public method to indicate the availability of underline markup.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating the availability of underline markup
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
 <a NAME="HtmlProvider.header" ID="HtmlProvider.header"></a>
 <h4>HtmlProvider.header</h4>
 <b>header</b>(<i>editor, level</i>)
@@ -648,6 +675,20 @@
 reference to the editor to work on
 </dd>
 </dl>
+<a NAME="HtmlProvider.underline" ID="HtmlProvider.underline"></a>
+<h4>HtmlProvider.underline</h4>
+<b>underline</b>(<i>editor</i>)
+
+<p>
+        Public method to generate underline text.
+</p>
+<dl>
+
+<dt><i>editor</i> (Editor)</dt>
+<dd>
+reference to the editor to work on
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />

eric ide

mercurial