New to Telerik UI for WinFormsStart a free 30-day trial

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: DocxFormatProvider

Properties

Gets or sets the settings used while exporting content.

C#
DocxExportSettings ExportSettings { get; set; }
Property Value:

The export settings.

Gets or sets the settings used while importing content.

C#
DocxImportSettings ImportSettings { get; set; }
Property Value:

The import settings.

In this article
DefinitionPropertiesExportSettingsImportSettings
Not finding the help you need?
Contact Support