Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.225 RenderStyle Property

Description:

Indicates the manner in which text is converted in the RenderText object.

Used in object:

RenderText

Values (with constants):

0 - Standard:(POW-RENDERSTYLE-STANDARD)
Does not convert text.

1 - COBOL PICTURE:(POW-RENDERSTYLE-COBOLPICTURE)
Converts text based on the COBOL picture string defined in the PictureString property.

2 - Date:(POW-RENDERSTYLE-DATE)
Converts text based on the date string defined in the DateStyle property.

Default value:

0 - Standard:(POW-RENDERSTYLE-STANDARD)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_I2

Design time access:

Set and reference.

Execution time access:

Reference only.

Backward compatibility attribute:

None.