EmphasisMark Property

Microsoft Word Visual Basic

WdEmphasisMark can be one of these WdEmphasisMark constants.
wdEmphasisMarkNone
wdEmphasisMarkOverComma
wdEmphasisMarkOverSolidCircle
wdEmphasisMarkOverWhiteCircle
wdEmphasisMarkUnderSolidCircle

expression.EmphasisMark

expression    Required. An expression that returns one of the objects in the Applies To list.

Example

This example sets the emphasis mark over the fourth word in the active document to a comma.

ActiveDocument.Words(4).EmphasisMark = wdEmphasisMarkOverComma