|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WordWrapEnabled
This interface defines methods that you use to access WordWrap
attributes.
Method Summary | |
---|---|
boolean |
isWordWrapEnabled()
Indicates whether text is wrapped onto multiple lines. |
void |
setWordWrapEnabled(boolean wordWrapEnabled)
Specifies whether text is wrapped onto multiple lines. |
Method Detail |
---|
void setWordWrapEnabled(boolean wordWrapEnabled)
wordWrapEnabled
- true
to make text wrap onto multiple lines, false
to prevent text from wrapping onto multiple lines.boolean isWordWrapEnabled()
true
if text is wrapped onto multiple lines, false
if text is not wrapped onto multiple lines.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |