Share via


Application.FontItalic Method

Project Developer Reference

Applies or removes italic formatting from the selected text.

Syntax

expression.FontItalic(Set)

expression   A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
Set Optional Boolean True if italic formatting is applied to the selected text. False if italic formatting is removed from the selected text. The default value is False if the selected text is italic and True if not italic.

Return Value
Boolean

See Also