Wrap Style Property
Description
Specifies how text is displayed when a line of text exceeds the width of a text item or editor window.
The following list describes the allowable values for this property:
- NONE
No wrapping: text exceeding the right border is not shown.
- CHARACTER
Text breaks following the last visible character, and wraps to the next line.
- WORD
Text breaks following last visible complete word, and wraps to the next line.
Applies to text item, editor
Set Oracle Forms
Refer to Built-in
GET ITEM PROPERTY
WORD
Wrap Style Restrictions
- Valid only for multi-line text items.