public class SimplePrintPageFormat extends java.lang.Object implements PrintPageFormat, java.io.Serializable
| Constructor and Description |
|---|
SimplePrintPageFormat() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getBottomMargin() |
java.lang.Integer |
getLeftMargin() |
OrientationEnum |
getOrientation()
Returns the page orientation.
|
java.lang.Integer |
getPageHeight() |
java.lang.Integer |
getPageWidth() |
java.lang.Integer |
getRightMargin() |
java.lang.Integer |
getTopMargin() |
void |
setBottomMargin(java.lang.Integer bottomMargin) |
void |
setLeftMargin(java.lang.Integer leftMargin) |
void |
setOrientation(OrientationEnum orientation) |
void |
setPageHeight(java.lang.Integer pageHeight) |
void |
setPageWidth(java.lang.Integer pageWidth) |
void |
setRightMargin(java.lang.Integer rightMargin) |
void |
setTopMargin(java.lang.Integer topMargin) |
public java.lang.Integer getPageWidth()
getPageWidth in interface PrintPageFormatpublic void setPageWidth(java.lang.Integer pageWidth)
public java.lang.Integer getPageHeight()
getPageHeight in interface PrintPageFormatpublic void setPageHeight(java.lang.Integer pageHeight)
public java.lang.Integer getTopMargin()
getTopMargin in interface PrintPageFormatpublic void setTopMargin(java.lang.Integer topMargin)
public java.lang.Integer getLeftMargin()
getLeftMargin in interface PrintPageFormatpublic void setLeftMargin(java.lang.Integer leftMargin)
public java.lang.Integer getBottomMargin()
getBottomMargin in interface PrintPageFormatpublic void setBottomMargin(java.lang.Integer bottomMargin)
public java.lang.Integer getRightMargin()
getRightMargin in interface PrintPageFormatpublic void setRightMargin(java.lang.Integer rightMargin)
public OrientationEnum getOrientation()
getOrientation in interface PrintPageFormatpublic void setOrientation(OrientationEnum orientation)
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com