Bold property



Specifies whether the text in a TextElement is bold by default.

Syntax

Set:     TextElement.setBold(bBold)
Get:     bBold = TextElement.getBold()

Applies to

TextElement object.

Data type

Boolean. If the bBold value is true, the text content of this TextElement is bold by default; otherwise, it is by default not bold.

Usage

This property specifies whether the text content of a TextElement is bold by default.

See also

toggleBold method (of TextElement )