Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.dataView
Interface WordWrapEnabled

All Known Implementing Classes:
BaseAxisTitle, BaseLegendText, O1TickLabel

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

public 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

public 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.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.