DXRichEditWordMLDocumentImporterOptions.IgnoreParseErrors Property
Gets or sets whether to ignore invalid constructions while parsing a file in WordML format. This is a dependency property.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to ignore errors while parsing a file; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to IgnoreParseErrors |
---|---|
DXRichEditDocumentImportOptions |
|
Remarks
Apart from Microsoft Word, RichEditControl does not ignore errors in loaded file attributes or tags and rejects the document as invalid. To correct this behavior, set the IgnoreParseErrors property to true.
Important
Note that with the IgnoreParseErrors property set to true, the document layout can be rendered incorrectly.
See Also