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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Integer
getBottomMargin()
Integer
getLeftMargin()
OrientationEnum
getOrientation()
Returns the page orientation.Integer
getPageHeight()
Integer
getPageWidth()
Integer
getRightMargin()
Integer
getTopMargin()
-
-
-
Method Detail
-
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.
-
-