intensity

The intensity property specifies the strength of the displayed font. The following values are valid, depending on the context:
bold
Text in displayed in boldface.
defaultIntensity
In Console UI only, this value uses the default intensity setting from the current window.
dim
Causes the text to be displayed with lower intensity, as appropriate when an input field is disabled.
invisible
Removes any indication that the field is on the form.
normalIntensity (the default)
Sets the field to be visible, without boldface.

Compatibility

Table 1. Support for intensity property
Data item JSF handler VGUI record Console UI Text Form Java™ Text Form COBOL Print Form Java Print Form COBOL
Yes No No Yes Yes Yes* No No

* See compatibility considerations below.

Table 2. Compatibility considerations for intensity
Platform Issue
COBOL generation The value dim is not supported.

Feedback