eric6/Documentation/Source/eric6.QScintilla.Exporters.ExporterHTML.html

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
child 8215
fc5d68a6889e
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
127 flag indicating to export using a dark color 127 flag indicating to export using a dark color
128 scheme 128 scheme
129 </dd> 129 </dd>
130 </dl> 130 </dl>
131 <dl> 131 <dl>
132 <dt>Returns:</dt> 132 <dt>Return:</dt>
133 <dd> 133 <dd>
134 processed HTML 134 processed HTML
135 </dd> 135 </dd>
136 </dl> 136 </dl>
137 <dl> 137 <dl>
146 146
147 <p> 147 <p>
148 Private method to convert ReST text into HTML using 'docutils'. 148 Private method to convert ReST text into HTML using 'docutils'.
149 </p> 149 </p>
150 <dl> 150 <dl>
151 <dt>Returns:</dt> 151 <dt>Return:</dt>
152 <dd> 152 <dd>
153 processed HTML (string) 153 processed HTML (string)
154 </dd> 154 </dd>
155 </dl> 155 </dl>
156 <a NAME="ExporterHTML.exportSource" ID="ExporterHTML.exportSource"></a> 156 <a NAME="ExporterHTML.exportSource" ID="ExporterHTML.exportSource"></a>
221 <p> 221 <p>
222 Public method to generate HTML for the source editor. 222 Public method to generate HTML for the source editor.
223 </p> 223 </p>
224 <dl> 224 <dl>
225 225
226 <dt><i>tabSize=</i></dt> 226 <dt><i>tabSize</i></dt>
227 <dd> 227 <dd>
228 size of tabs (integer) 228 size of tabs (integer)
229 </dd> 229 </dd>
230 <dt><i>useTabs=</i></dt> 230 <dt><i>useTabs</i></dt>
231 <dd> 231 <dd>
232 flag indicating the use of tab characters (boolean) 232 flag indicating the use of tab characters (boolean)
233 </dd> 233 </dd>
234 <dt><i>wysiwyg=</i></dt> 234 <dt><i>wysiwyg</i></dt>
235 <dd> 235 <dd>
236 flag indicating colorization (boolean) 236 flag indicating colorization (boolean)
237 </dd> 237 </dd>
238 <dt><i>folding=</i></dt> 238 <dt><i>folding</i></dt>
239 <dd> 239 <dd>
240 flag indicating usage of fold markers 240 flag indicating usage of fold markers
241 </dd> 241 </dd>
242 <dt><i>onlyStylesUsed=</i></dt> 242 <dt><i>onlyStylesUsed</i></dt>
243 <dd> 243 <dd>
244 flag indicating to include only style 244 flag indicating to include only style
245 definitions for styles used in the source (boolean) 245 definitions for styles used in the source (boolean)
246 </dd> 246 </dd>
247 <dt><i>titleFullPath=</i></dt> 247 <dt><i>titleFullPath</i></dt>
248 <dd> 248 <dd>
249 flag indicating to include the full file path 249 flag indicating to include the full file path
250 in the title tag (boolean) 250 in the title tag (boolean)
251 </dd> 251 </dd>
252 </dl> 252 </dl>
253 <dl> 253 <dl>
254 <dt>Returns:</dt> 254 <dt>Return:</dt>
255 <dd> 255 <dd>
256 generated HTML text (string) 256 generated HTML text (string)
257 </dd> 257 </dd>
258 </dl> 258 </dl>
259 <div align="right"><a href="#top">Up</a></div> 259 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial