Font.Shadow Property
Word Developer Reference |
True if the specified font is formatted as shadowed. Read/write Long.
Syntax
expression.Shadow
expression Required. A variable that represents a Font object.
Remarks
This property can be True, False, or wdUndefined.
Example
This example applies shadow and bold formatting to the selection.
Visual Basic for Applications |
---|
|
See Also