Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-03


oracle.dss.dataView
Interface WordWrapEnabled

All Known Implementing Classes:
BaseAxisTitle, BaseLegendText, DrillText, LegendText, O1TickLabel, O1Title, ReferenceObjectText, SelectPointLegendText, X1Title, Y1Title, Y2Title, ZTitle

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

setWordWrapEnabled

void setWordWrapEnabled(boolean wordWrapEnabled)
Specifies whether text is wrapped onto multiple lines.
Parameters:
wordWrapEnabled - true to make text wrap onto multiple lines, false to prevent text from wrapping onto multiple lines.

isWordWrapEnabled

boolean isWordWrapEnabled()
Indicates whether text is wrapped onto multiple lines.
Returns:
true if text is wrapped onto multiple lines, false if text is not wrapped onto multiple lines.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-03


Copyright © 1997, 2012, Oracle. All rights reserved.