RevisedPropertiesMark Property

Applies To

Options object.

Description

Returns or sets the mark used to show formatting changes while change tracking is enabled. Can be one of the following WdRevisedPropertiesMark constants: wdRevisedPropertiesMarkBold, wdRevisedPropertiesMarkDoubleUnderline, wdRevisedPropertiesMarkItalic, wdRevisedPropertiesMarkNone, or wdRevisedPropertiesMarkUnderline. Read/write Long.

See Also

RevisedPropertiesColor property.

Example

This example causes text with changed formatting to be double-underlined when change tracking is enabled.

Options.RevisedPropertiesMark = wdRevisedPropertiesMarkDoubleUnderline
This example returns the option selected in the Mark box under Changed formatting on the Track Changes tab in the Options dialog box.

temp = Options.RevisedPropertiesColor