|
<< Click to display table of contents >> TRVOfficeConverter.ExcludeHTMLImportConverter, ExcludeHTMLExportConverter |
These properties allow to exclude HTML converters from the list.
property ExcludeHTMLImportConverter: Boolean;
property ExcludeHTMLExportConverter: Boolean;
(introduced in version 1.7)
If ExcludeHTMLImportConverter=True, the HTML import converter is excluded from the list of ImportConverters.
If ExcludeHTMLExportConverter=True, the HTML export converter is excluded from the list of ExportConverters.
TRichView has LoadHTML and SaveHTML methods that work better than converters.
Default value
False