Skip to main content

TdxDocDocumentImporterOptions.IgnoreDeletedText Property

Specifies if the Rich Edit control ignores the text deleted using the Microsoft Word® Track Changes feature.

Declaration

property IgnoreDeletedText: Boolean read; write; default DefaultIgnoreDeletedText;

Property Value

Type Default
Boolean DefaultIgnoreDeletedText

Remarks

You can set this property to False to attempt to load the text the Track Changes feature deleted. The Rich Edit control omits such text when loading Microsoft Word® binary document files by default, since the Track Changes feature is not currently supported.

The default value of the IgnoreDeletedText property is DefaultIgnoreDeletedText.

See Also