EmphasisMark Property

Microsoft Word Visual Basic

EmphasisMark Property

       

Returns or sets the emphasis mark for a character or designated character string. Read/write WdEmphasisMark.

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