Uses of Class
net.sf.dynamicreports.report.constant.PageType

Packages that use PageType
net.sf.dynamicreports.report.base   
net.sf.dynamicreports.report.builder   
net.sf.dynamicreports.report.constant   
 

Uses of PageType in net.sf.dynamicreports.report.base
 

Methods in net.sf.dynamicreports.report.base with parameters of type PageType
 void DRReportTemplate.setPageFormat(PageType pageType, PageOrientation orientation)
           
 void DRPage.setPageFormat(PageType pageType, PageOrientation orientation)
           
 

Uses of PageType in net.sf.dynamicreports.report.builder
 

Methods in net.sf.dynamicreports.report.builder with parameters of type PageType
 ReportTemplateBuilder ReportTemplateBuilder.setPageFormat(PageType pageType)
           
 T ReportBuilder.setPageFormat(PageType pageType)
           
 ReportTemplateBuilder ReportTemplateBuilder.setPageFormat(PageType pageType, PageOrientation orientation)
           
 T ReportBuilder.setPageFormat(PageType pageType, PageOrientation orientation)
           
 

Uses of PageType in net.sf.dynamicreports.report.constant
 

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



Copyright © 2010-2014. All Rights Reserved.