Class DocxExportSettings
Contains settings for export with DocxFormatProvider.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 the value indicating if fields should be auto-updated when document is opened.
Declaration
public bool AutoUpdateFields { get; set; }
Property Value
System.Boolean
Should auto-update fields. |
InvalidDocumentAction
Gets or sets the action which will be executed when the document is invalid.
Declaration
public InvalidDocumentAction InvalidDocumentAction { get; set; }
Property Value
InvalidDocumentAction
The action. |