ClassDocxExportSettings
Class
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:
cs-api-definition
public class DocxExportSettings : OpenXmlExportSettings
Inheritance: objectShapesSettingsBaseOpenXmlExportSettingsDocxExportSettings
Inherited Members
Constructors
DocxExportSettings()
Initializes a new instance of the DocxExportSettings class.
Declaration
cs-api-definition
public DocxExportSettings()
Properties
AutoUpdateFields
Gets or sets whether fields in the exported document should automatically update when opened in a word processor.
Declaration
cs-api-definition
public bool AutoUpdateFields { get; set; }
Property Value
Should auto-update fields.
InvalidDocumentAction
Gets or sets the action to perform when the document violates DOCX format rules during export (default is Repair).
Declaration
cs-api-definition
public InvalidDocumentAction InvalidDocumentAction { get; set; }
Property Value
The action.