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

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

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

Methods in net.sf.dynamicreports.adhoc.transformation that return XmlAdhocPageOrientation
protected  XmlAdhocPageOrientation AdhocToXmlTransform.pageOrientation(AdhocPageOrientation adhocPageOrientation)
           
 

Methods in net.sf.dynamicreports.adhoc.transformation with parameters of type XmlAdhocPageOrientation
protected  AdhocPageOrientation XmlToAdhocTransform.pageOrientation(XmlAdhocPageOrientation xmlAdhocPageOrientation)
           
 

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

Fields in net.sf.dynamicreports.adhoc.xmlconfiguration declared as XmlAdhocPageOrientation
protected  XmlAdhocPageOrientation XmlAdhocPage.orientation
           
 

Methods in net.sf.dynamicreports.adhoc.xmlconfiguration that return XmlAdhocPageOrientation
static XmlAdhocPageOrientation XmlAdhocPageOrientation.fromValue(String v)
           
 XmlAdhocPageOrientation XmlAdhocPage.getOrientation()
          Gets the value of the orientation property.
static XmlAdhocPageOrientation XmlAdhocPageOrientation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XmlAdhocPageOrientation[] XmlAdhocPageOrientation.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 XmlAdhocPageOrientation
 void XmlAdhocPage.setOrientation(XmlAdhocPageOrientation value)
          Sets the value of the orientation property.
 



Copyright © 2010-2012. All Rights Reserved.