Skip to main content

OpenXmlDocumentImporterOptions.IgnoreDeletedText Property

Specifies whether the text deleted using the MS Word Track Changes feature is ignored when loading a document in OpenXML format.

Namespace: DevExpress.XtraRichEdit.Import

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(false)]
public bool IgnoreDeletedText { get; set; }

Property Value

Type Default Description
Boolean false

True, to not load the text marked as deleted with the Track Changes feature; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to IgnoreDeletedText
RichEditDocumentImportOptions
.OpenXml .IgnoreDeletedText
See Also