InsertedTextMark Property

Applies To

Options object.

Description

Returns or sets the formatting of text that is inserted while change tracking is enabled. Can be one of the following WdInsertedTextMark constants: wdInsertedTextMarkNone, wdInsertedTextMarkBold, wdInsertedTextMarkDoubleUnderline, wdInsertedTextMarkItalic, or wdInsertedTextMarkUnderline. Read/write Long.

See Also

DeletedTextMark property, InsertedTextColor property.

Example

This example applies double-underline formatting to inserted text.

Options.InsertedTextMark = wdInsertedTextMarkDoubleUnderline
This example returns the current status of the Mark option under Inserted Text on the Track Changes tab in the Options dialog box.

temp = Options.InsertedTextMark