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