Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.23 Bold Property

Description:

Determines whether the style of the font is a boldface type.

Used in object:

Font

Values (with constants):

True - Bold.(POW-TRUE)
False - Not bold.(POW-FALSE)

Default value:

Container's Bold property

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_BOOL

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

POW-WEIGHTPIC S9(4) COMP-5