Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.158 Italic Property

Description:

Indicates whether the font is italic.

Used in object:

Font

Values (with constants):

True - Italic.(POW-TRUE)
False - Not italic. (Normal)(POW-FALSE)

Default value:

Container's Italic 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-ITALICPIC S9(4) COMP-5