Style.FontBold Property

Returns or sets the formatting style's font bold attribute.

Syntax

   Style.FontBold [= value]
Setting Description
0 The text is not formatted with the font bold attribute.
1 The text is formatted with the font bold attribute.
2 Indicates that the font bold attribute is inherited from the paragraph's style. This value is possible only for character-based styles.

Data Types

Integer.

Limitations

Run time only.

See Also