<< 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, HTML import converter is excluded from the list of ImportConverters (use TRichView.LoadHTML).
If ExcludeHTMLExportConverter=True, HTML export converter is excluded from the list of ExportConverters (use TRichView.SaveHTML).
Default value
False