Uses of Class
org.pentaho.reporting.engine.classic.core.style.TextWrap

Packages that use TextWrap
org.pentaho.reporting.engine.classic.core.elementfactory Factory classes which make creating bands and elements more easier. 
org.pentaho.reporting.engine.classic.core.style Style sheets for elements and bands. 
 

Uses of TextWrap in org.pentaho.reporting.engine.classic.core.elementfactory
 

Methods in org.pentaho.reporting.engine.classic.core.elementfactory that return TextWrap
 TextWrap TextElementFactory.getWrap()
          Returns how and when text-wrapping should occur inside a text element.
 

Methods in org.pentaho.reporting.engine.classic.core.elementfactory with parameters of type TextWrap
 void TextElementFactory.setWrap(TextWrap wrap)
          Defines how and when text-wrapping should occur inside a text element.
 

Uses of TextWrap in org.pentaho.reporting.engine.classic.core.style
 

Fields in org.pentaho.reporting.engine.classic.core.style declared as TextWrap
static TextWrap TextWrap.NONE
           
static TextWrap TextWrap.WRAP