Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Applies to | Font Object | Range Object