public interface WordWrapEnabled
WordWrap attributes.| Modifier and Type | Method and Description |
|---|---|
boolean |
isWordWrapEnabled()
Indicates whether text is wrapped onto multiple lines.
|
void |
setWordWrapEnabled(boolean wordWrapEnabled)
Specifies whether text is wrapped onto multiple lines.
|
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.