InterfaceIConfigurableDocxFormatProvider
Interface
Defines members allowing for customization of the way a format provider imports or exports content to DOCX.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.OpenXml.Docx
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public interface IConfigurableDocxFormatProvider
Properties
ExportSettings
Gets or sets the settings used while exporting content.
Declaration
cs-api-definition
DocxExportSettings ExportSettings { get; set; }
Property Value
The export settings.
ImportSettings
Gets or sets the settings used while importing content.
Declaration
cs-api-definition
DocxImportSettings ImportSettings { get; set; }
Property Value
The import settings.