diff -r 7308cfc6e558 -r 4aa8d3b69832 src/eric7/Documentation/Source/eric7.QScintilla.MarkupProviders.MarkupBase.html --- a/src/eric7/Documentation/Source/eric7.QScintilla.MarkupProviders.MarkupBase.html Wed Nov 22 19:42:16 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.MarkupProviders.MarkupBase.html Wed Nov 22 19:42:41 2023 +0100 @@ -128,6 +128,10 @@ <td>Public method to indicate the availability of strikethrough markup.</td> </tr> <tr> +<td><a href="#MarkupBase.hasUnderline">hasUnderline</a></td> +<td>Public method to indicate the availability of underline markup.</td> +</tr> +<tr> <td><a href="#MarkupBase.header">header</a></td> <td>Public method to generate a header.</td> </tr> @@ -167,6 +171,10 @@ <td><a href="#MarkupBase.strikethrough">strikethrough</a></td> <td>Public method to generate strikethrough text.</td> </tr> +<tr> +<td><a href="#MarkupBase.underline">underline</a></td> +<td>Public method to generate underline text.</td> +</tr> </table> <h3>Static Methods</h3> @@ -446,6 +454,25 @@ bool </dd> </dl> +<a NAME="MarkupBase.hasUnderline" ID="MarkupBase.hasUnderline"></a> +<h4>MarkupBase.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="MarkupBase.header" ID="MarkupBase.header"></a> <h4>MarkupBase.header</h4> <b>header</b>(<i>editor, level</i>) @@ -600,6 +627,20 @@ reference to the editor to work on </dd> </dl> +<a NAME="MarkupBase.underline" ID="MarkupBase.underline"></a> +<h4>MarkupBase.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 />