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

Packages that use WhitespaceCollapse
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 WhitespaceCollapse in org.pentaho.reporting.engine.classic.core.elementfactory
 

Methods in org.pentaho.reporting.engine.classic.core.elementfactory that return WhitespaceCollapse
 WhitespaceCollapse TextElementFactory.getWhitespaceCollapse()
          Returns how the layouter treats whitespaces in the text of a text-element.
 

Methods in org.pentaho.reporting.engine.classic.core.elementfactory with parameters of type WhitespaceCollapse
 void TextElementFactory.setWhitespaceCollapse(WhitespaceCollapse whitespaceCollapse)
          Defines how to treat whitespaces in the text of a text-element.
 

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

Fields in org.pentaho.reporting.engine.classic.core.style declared as WhitespaceCollapse
static WhitespaceCollapse WhitespaceCollapse.COLLAPSE
           
static WhitespaceCollapse WhitespaceCollapse.DISCARD
           
static WhitespaceCollapse WhitespaceCollapse.PRESERVE
           
static WhitespaceCollapse WhitespaceCollapse.PRESERVE_BREAKS