Interface
IConfigurableDocxFormatProvider

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

DocxExportSettings

The export settings.

ImportSettings

Gets or sets the settings used while importing content.

Declaration

cs-api-definition
DocxImportSettings ImportSettings { get; set; }

Property Value

DocxImportSettings

The import settings.

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