RevisedLinesMark Property

Applies To

Options object.

Description

Returns or sets the placement of changed lines in a document with tracked changes. Can be one of the following WdRevisedLinesMark constants: wdRevisedLinesMarkNone, wdRevisedLinesMarkLeftBorder, wdRevisedLinesMarkOutsideBorder, or wdRevisedLinesMarkRightBorder. Read/write Long.

See Also

RevisedLinesColor property.

Example

This example sets changed lines to appear in the left margin of every page.

Options.RevisedLinesMark = wdRevisedLinesMarkLeftBorder
This example returns the current status of the Mark option under Changed Lines on the Track Changes tab in the Options dialog box.

temp = Options.RevisedLinesMark