DeletedTextMark Property

Applies To

Options object.

Description

Returns or sets the format of text that is deleted while change tracking is enabled. Can be one of the following WdDeletedTextMark constants: wdDeletedTextMarkCaret, wdDeletedTextMarkHidden, wdDeletedTextMarkPound, or wdDeletedTextMarkStrikeThrough. Read/write Long.

See Also

DeletedTextColor property, InsertedTextMark property.

Example

This example applies strikethrough formatting to deleted text.

Options.DeletedTextMark = wdDeletedTextMarkStrikeThrough
This example returns the current status of the Mark option under Deleted Text on the Track Changes tab in the Options dialog box.

temp = Options.DeletedTextMark