Skip to main content
A newer version of this page is available. .

OpenXmlDocumentImporterOptions.IgnoreInsertedText Property

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

Namespace: DevExpress.XtraRichEdit.Import

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

Declaration

[DefaultValue(true)]
public bool IgnoreInsertedText { get; set; }

Property Value

Type Default Description
Boolean **true**

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to IgnoreInsertedText
WinForms Controls RichTextEditDocumentImportOptions
.OpenXml.IgnoreInsertedText
Office File API RichEditDocumentImportOptions
.OpenXml.IgnoreInsertedText

Remarks

By default, text marked as inserted with the Track Changes feature is not loaded. This behavior is implemented to avoid breaking existing applications and because the Track Changes functionality is not fully supported at the moment.

See Also