IConfigurableDocxFormatProvider
Interface
Defines members allowing for customization of the way a format provider imports or exports content to DOCX.
Definition
Namespace:Telerik.WinForms.Documents.FormatProviders.OpenXml.Docx
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public interface IConfigurableDocxFormatProvider
Derived Classes:
Properties
Gets or sets the settings used while exporting content.
C#
DocxExportSettings ExportSettings { get; set; }
The export settings.
Gets or sets the settings used while importing content.
C#
DocxImportSettings ImportSettings { get; set; }
The import settings.