JEDI Online help - Details
TJvRichEditToHtml
Summary
Converts the contents of a rich edit control to HTML.
Description
TJvRichEditToHtml is a TJvComponent used to convert the content in a rich edit control to HTML.<br>
TJvRichEditToHtml provides methods and properties needed to control converting the RTF-based content of a TRichEdit or TJvRichEdit component to HTML.<br>
<br>
Use ConvertToHtml to store the converted RTF content for the rich edit control to a specified file name.<br>
<br>
Use ConvertToHtmlStrings to store the HTML converted from the RTF content for the rich edit control to a TStrings instance passed as a parameter to the method.<br>
<br>
Use Header and Footer to control the HTML tags prior to and following the generated HTML when converting the RTF content for the rich edit control.<br>
<br>
Use the Title property to set the value used in the HTML <TITLE> tag when converting the RTF content for the rich edit control.<br>
<br>
TJvRichEditToHtml detects changes to font and paragraph attributes in the RTF content for the specified rich edit control, and converts the RTF markup to the equivalent HTML markup.<br>
<br>
RTF font attributes handled by TJvRichEditToHtml include:<br>
<br>
* Font Family (or Face)<br>
* Size<br>
* Color<br>
<br>
RTF paragraph attributes handled by TJvRichEditToHtml include:<br>
<br>
* Alignment<br>
* Numbering<br>
* Bullets<br>
* Bold<br>
* Italic<br>
* Strikeout<br>
* Underline<br>
<br>
Please note that TJvRichEditToHtml does not attempt to convert tabs, tables, images, or other advanced RTF markup instructions.<br>
Extra information
<TITLEIMG TJvRichEditToHtml>
See Also
TJvRichEditToHtml.Title, TJvRichEditToHtml.Header, TJvRichEditToHtml.Footer,
TJvRichEditToHtml.ConvertToHtml, TJvRichEditToHtml.ConvertToHtmlStrings
JVCL Information
GROUP=JVCL.Internet.ConvertersAndParsers.HTML
FLAG=Component
Last changed by obones on 2009-01-05 15:14:38 CET
Copyright (c) 2004 by the JVCL Team; all rights
reserved
Uses PclZip by
phpconcept and parts of the PEAR
library