FontItalic property
Indicates whether the text in a TextElement is italic.
Syntax
Set: TextElement.setFontItalic(bItalic)
Get: bItalic = TextElement.isFontItalic()
Applies to
TextElement object.
Data type
boolean. The bItalic value indicates whether the text in the TextElement object is italic.
Usage
This property specifies whether the text in the TextElement object is italic.
Example
Topic title of example topic
See also
Topic 1
Topic 2