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

Packages that use VerticalTextAlign
org.pentaho.reporting.engine.classic.core.elementfactory Factory classes which make creating bands and elements more easier. 
org.pentaho.reporting.engine.classic.core.layout.model   
org.pentaho.reporting.engine.classic.core.layout.model.context   
org.pentaho.reporting.engine.classic.core.modules.parser.base Classes for reading XML-based report definitions. 
org.pentaho.reporting.engine.classic.core.style Style sheets for elements and bands. 
 

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

Methods in org.pentaho.reporting.engine.classic.core.elementfactory that return VerticalTextAlign
 VerticalTextAlign TextElementFactory.getVerticalTextAlignment()
          Returns the defined vertical text alignment for this element.
 

Methods in org.pentaho.reporting.engine.classic.core.elementfactory with parameters of type VerticalTextAlign
 void TextElementFactory.setVerticalTextAlignment(VerticalTextAlign verticalTextAlignment)
          Defines the vertical text alignment for this element.
 

Uses of VerticalTextAlign in org.pentaho.reporting.engine.classic.core.layout.model
 

Methods in org.pentaho.reporting.engine.classic.core.layout.model that return VerticalTextAlign
 VerticalTextAlign RenderNode.getVerticalTextAlignment()
           
 

Uses of VerticalTextAlign in org.pentaho.reporting.engine.classic.core.layout.model.context
 

Methods in org.pentaho.reporting.engine.classic.core.layout.model.context that return VerticalTextAlign
 VerticalTextAlign NodeLayoutProperties.getVerticalTextAlign()
           
 

Uses of VerticalTextAlign in org.pentaho.reporting.engine.classic.core.modules.parser.base
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.base that return VerticalTextAlign
static VerticalTextAlign ReportParserUtil.parseVerticalTextElementAlignment(String value, Locator locator)
           
 

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

Fields in org.pentaho.reporting.engine.classic.core.style declared as VerticalTextAlign
static VerticalTextAlign VerticalTextAlign.BASELINE
           
static VerticalTextAlign VerticalTextAlign.BOTTOM
           
static VerticalTextAlign VerticalTextAlign.CENTRAL
           
static VerticalTextAlign VerticalTextAlign.MIDDLE
           
static VerticalTextAlign VerticalTextAlign.SUB
           
static VerticalTextAlign VerticalTextAlign.SUPER
           
static VerticalTextAlign VerticalTextAlign.TEXT_BOTTOM
           
static VerticalTextAlign VerticalTextAlign.TEXT_TOP
           
static VerticalTextAlign VerticalTextAlign.TOP
           
static VerticalTextAlign VerticalTextAlign.USE_SCRIPT
           
 

Methods in org.pentaho.reporting.engine.classic.core.style that return VerticalTextAlign
static VerticalTextAlign VerticalTextAlign.valueOf(String id)