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.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | false | 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:
| Object Type | Path to IgnoreInsertedText |
|---|---|
| RichEditDocumentImportOptions |
|
See Also