Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public bool IgnoreParseErrors { get; set; }

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
.WordMLOptions .IgnoreParseErrors

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