Enum InvalidDocumentAction
Represents enumeration of available actions when the document is invalid during export with DocxFormatProvider.
Namespace: Telerik.Windows.Documents.Flow.FormatProviders.Docx
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum InvalidDocumentAction
None
Export the document as is. This can result in document that is not compliant with Docx format.
Repair
The format provider will try to repair the document when exporting. This can lead to modifications in the document structure.
ThrowException
An exception will be thrown if the document structure is not compliant with Docx format.