Uses of Class
jdbreport.model.print.ReportPage.PaperSize

Packages that use ReportPage.PaperSize
jdbreport.model.print   
 

Uses of ReportPage.PaperSize in jdbreport.model.print
 

Methods in jdbreport.model.print that return ReportPage.PaperSize
static ReportPage.PaperSize ReportPage.findPaperSize(double width, double height)
           
 ReportPage.PaperSize ReportPage.getPaperSize()
           
static ReportPage.PaperSize ReportPage.PaperSize.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReportPage.PaperSize[] ReportPage.PaperSize.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in jdbreport.model.print with parameters of type ReportPage.PaperSize
 void ReportPage.setPaperSize(ReportPage.PaperSize paperSize)