TextItalic property



Assigns or returns whether the text in the range is displayed in italic face.

Syntax

Set:     Range.setTextItalic(isItalic)
Get: isItalic = Range.getTextItalic

Applies to

Range object.

Data type

boolean. The value is true if the text is displayed in italic face, and false otherwise. The default is false.

See also
DefaultTextColor property
TextBold property
TextColor property
TextFont property
TextFontName property
TextSize property
defaultTextColor PARAM tag
defaultTextFont PARAM tag
defaultTextFontName PARAM tag
defaultTextSize PARAM tag