A script-enabled browser is required for this page to function properly.

Justification Property

Description

Specifies the text justification within the item. The allowable values for this property are as follows:

Value

Description

Left

Left-justified, regardless of Reading Order property.

Center

Centered, regardless of Reading Order property.

Right

Right-justified, regardless of Reading Order property.

Start

Item text is aligned with the starting edge of the item bounding box. The starting edge depends on the value of the item's Reading Order property.
Start is evaluated as Right alignment when the reading order is Right To Left, and as Left alignment when the reading order is Left to Right.

End

Item text is aligned with the ending edge of the item bounding box. The ending edge depends on the value of the item's Reading Order property.
End is evaluated as Left alignment when the reading order is Right To Left, and as Right alignment when the reading order is Left to Right.

Applies to display item, text item

Set Oracle Forms, programmatically

Refer to Built-in

GET_ITEM_PROPERTY

SET_ITEM_PROPERTY

Default

Start

Usage Notes

In unidirectional applications (reading order Left to Right):

In bidirectional applications: