Italic property
Specifies whether the text content of a TextElement is italic by default.
Syntax
Set: TextElement.setItalic(bBold)
Get: bBold = TextElement.getItalic()
Applies to
TextElement object.
Data type
Boolean. If the bBold value is true, the text content of this TextElement is italic by default; otherwise, it is by default non-italic.
Usage
This property specifies whether the text content of a TextElement is italic by default.
See also
toggleItalic method (of TextElement )