Package net.sf.jasperreports.engine
Interface PrintPageFormat
- All Known Implementing Classes:
JRXlsAbstractExporter.SheetInfo.SheetPrintSettings
,SimplePrintPageFormat
public interface PrintPageFormat
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptionReturns the page orientation.
-
Method Details
-
getPageWidth
Integer getPageWidth()- Returns:
- Returns the page width
-
getPageHeight
Integer getPageHeight()- Returns:
- Returns the page height.
-
getTopMargin
Integer getTopMargin()- Returns:
- Returns the top page margin
-
getLeftMargin
Integer getLeftMargin()- Returns:
- Returns the left page margin
-
getBottomMargin
Integer getBottomMargin()- Returns:
- Returns the bottom page margin
-
getRightMargin
Integer getRightMargin()- Returns:
- Returns the right page margin
-
getOrientation
OrientationEnum getOrientation()Returns the page orientation.
-