Uses of Class
net.sf.dynamicreports.adhoc.configuration.AdhocVerticalAlignment

Packages that use AdhocVerticalAlignment
net.sf.dynamicreports.adhoc.configuration   
net.sf.dynamicreports.adhoc.report   
net.sf.dynamicreports.adhoc.transformation   
 

Uses of AdhocVerticalAlignment in net.sf.dynamicreports.adhoc.configuration
 

Methods in net.sf.dynamicreports.adhoc.configuration that return AdhocVerticalAlignment
 AdhocVerticalAlignment AdhocStyle.getVerticalAlignment()
           
static AdhocVerticalAlignment AdhocVerticalAlignment.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AdhocVerticalAlignment[] AdhocVerticalAlignment.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.dynamicreports.adhoc.configuration with parameters of type AdhocVerticalAlignment
 void AdhocStyle.setVerticalAlignment(AdhocVerticalAlignment verticalAlignment)
           
 

Uses of AdhocVerticalAlignment in net.sf.dynamicreports.adhoc.report
 

Methods in net.sf.dynamicreports.adhoc.report with parameters of type AdhocVerticalAlignment
protected  VerticalAlignment DefaultAdhocReportCustomizer.verticalAlignment(AdhocVerticalAlignment adhocVerticalAlignment)
           
 

Uses of AdhocVerticalAlignment in net.sf.dynamicreports.adhoc.transformation
 

Methods in net.sf.dynamicreports.adhoc.transformation that return AdhocVerticalAlignment
protected  AdhocVerticalAlignment XmlToAdhocTransform.verticalAlignment(XmlAdhocVerticalAlignment xmlAdhocVerticalAlignment)
           
 

Methods in net.sf.dynamicreports.adhoc.transformation with parameters of type AdhocVerticalAlignment
protected  XmlAdhocVerticalAlignment AdhocToXmlTransform.verticalAlignment(AdhocVerticalAlignment adhocVerticalAlignment)
           
 



Copyright © 2010-2012. All Rights Reserved.