Font.Engrave Property
Word Developer Reference |
True if the font is formatted as engraved. Read/write Long.
Syntax
expression.Engrave
expression A variable that represents a Font object.
Remarks
Returns True, False or wdUndefined (a mixture of True and False). Can be set to True, False, or wdToggle. Setting Engrave to True sets Emboss to False, and vice versa.
Example
This example formats the first letter in the active document as engraved.
Visual Basic for Applications |
---|
|
This example formats the selection as engraved.
Visual Basic for Applications |
---|
|
See Also