New to Telerik Document ProcessingStart a free 30-day trial

Configures export behavior when saving documents with DocxFormatProvider, including field update, validation, and compatibility options.

Definition

Namespace:Telerik.Windows.Documents.Flow.FormatProviders.Docx

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

C#
public class DocxExportSettings : OpenXmlExportSettings

Inheritance: objectShapesSettingsBaseOpenXmlExportSettingsDocxExportSettings

Inherited Members ShapesSettingsBase.SkipShapes

Constructors

Initializes a new instance of the DocxExportSettings class.

C#
public DocxExportSettings()

Properties

Gets or sets whether fields in the exported document should automatically update when opened in a word processor.

C#
public bool AutoUpdateFields { get; set; }
Property Value:

Should auto-update fields.

Gets or sets the action to perform when the document violates DOCX format rules during export (default is Repair).

C#
public InvalidDocumentAction InvalidDocumentAction { get; set; }
Property Value:

The action.