Font.Italic Property
Word Developer Reference |
True if the font or range is formatted as italic. Read/write Long.
Syntax
expression.Italic
expression A variable that represents a Font object.
Remarks
This property returns True, False or wdUndefined (a mixture of True and False). Can be set to True, False, or wdToggle.
Example
This example checks the selection for italic formatting and removes any that it finds.
Visual Basic for Applications |
---|
|
See Also