Interface IConfigurableHtmlFormatProvider
Defines members allowing for customization of the way a format provider imports or exports content to HTML.
Inherited Members
Namespace: Telerik.Windows.Documents.FormatProviders.Html
Assembly: Telerik.Windows.Documents.dll
Syntax
public interface IConfigurableHtmlFormatProvider : ITextBasedDocumentFormatProvider, IDocumentFormatProvider
Properties
ExportSettings
Gets or sets the settings used while exporting content.
Declaration
HtmlExportSettings ExportSettings { get; set; }
Property Value
HtmlExportSettings
The export settings. |
ImportSettings
Gets or sets the settings used while importing content.
Declaration
HtmlImportSettings ImportSettings { get; set; }
Property Value
HtmlImportSettings
The import settings. |