Uses of Class
net.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocVerticalAlignment

Packages that use XmlAdhocVerticalAlignment
net.sf.dynamicreports.adhoc.transformation   
net.sf.dynamicreports.adhoc.xmlconfiguration   
 

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

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

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

Uses of XmlAdhocVerticalAlignment in net.sf.dynamicreports.adhoc.xmlconfiguration
 

Fields in net.sf.dynamicreports.adhoc.xmlconfiguration declared as XmlAdhocVerticalAlignment
protected  XmlAdhocVerticalAlignment XmlAdhocStyle.verticalAlignment
           
 

Methods in net.sf.dynamicreports.adhoc.xmlconfiguration that return XmlAdhocVerticalAlignment
static XmlAdhocVerticalAlignment XmlAdhocVerticalAlignment.fromValue(String v)
           
 XmlAdhocVerticalAlignment XmlAdhocStyle.getVerticalAlignment()
          Gets the value of the verticalAlignment property.
static XmlAdhocVerticalAlignment XmlAdhocVerticalAlignment.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XmlAdhocVerticalAlignment[] XmlAdhocVerticalAlignment.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.dynamicreports.adhoc.xmlconfiguration with parameters of type XmlAdhocVerticalAlignment
 void XmlAdhocStyle.setVerticalAlignment(XmlAdhocVerticalAlignment value)
          Sets the value of the verticalAlignment property.
 



Copyright © 2010-2012. All Rights Reserved.