|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |