Font.Outline Property
Word Developer Reference |
True if the font is formatted as outline. Read/write Long.
Syntax
expression.Outline
expression An expression that returns a Font object.
Remarks
Returns True, False, or wdUndefined (a mixture of True and False). Can be set to True, False, or wdToggle.
Example
This example applies outline font formatting to the first three words in the active document.
Visual Basic for Applications |
---|
|
This example toggles outline formatting for the selected text.
Visual Basic for Applications |
---|
|
This example removes outline font formatting from the selection if outline formatting is partially applied to the selection.
Visual Basic for Applications |
---|
|
See Also