Class DocxExportSettings
Configures export behavior when saving documents with DocxFormatProvider, including field update, validation, and compatibility options.
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.FormatProviders.Docx
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class DocxExportSettings : OpenXmlExportSettings
Constructors
DocxExportSettings()
Properties
AutoUpdateFields
Gets or sets whether fields in the exported document should automatically update when opened in a word processor.
Declaration
public bool AutoUpdateFields { get; set; }
Property Value
|
System.Boolean
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
public InvalidDocumentAction InvalidDocumentAction { get; set; }
Property Value
|
InvalidDocumentAction
The action. |