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