public class PrintSetupImpl extends Object implements PrintSetup
| Constructor and Description |
|---|
PrintSetupImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Double |
getMarginBottom()
Gets margin bottom.
|
Double |
getMarginFooter()
Gets margin footer.
|
Double |
getMarginHeader()
Gets margin header.
|
Double |
getMarginLeft()
Gets margin left.
|
Double |
getMarginRight()
Gets margin right.
|
Double |
getMarginTop()
Gets margin top.
|
org.apache.poi.ss.usermodel.PrintOrientation |
getOrientation()
Gets orientation.
|
org.apache.poi.ss.usermodel.PaperSize |
getPaperSize()
Gets paper size.
|
CellRegion |
getPrintArea()
Gets print area.
|
int |
hashCode() |
PrintSetup |
marginBottom(Double marginBottom)
Margin bottom print setup.
|
PrintSetup |
marginFooter(Double marginFooter)
Margin footer print setup.
|
PrintSetup |
marginHeader(Double marginHeader)
Margin header print setup.
|
PrintSetup |
marginLeft(Double marginLeft)
Margin left print setup.
|
PrintSetup |
marginRight(Double marginRight)
Margin right print setup.
|
PrintSetup |
marginTop(Double marginTop)
Margin top print setup.
|
PrintSetup |
orientation(org.apache.poi.ss.usermodel.PrintOrientation orientation)
Orientation print setup.
|
PrintSetup |
paperSize(org.apache.poi.ss.usermodel.PaperSize paperSize)
Paper size print setup.
|
PrintSetup |
printArea(CellRegion printArea)
Print area print setup.
|
void |
setMarginBottom(Double marginBottom)
Sets margin bottom.
|
void |
setMarginFooter(Double marginFooter)
Sets margin footer.
|
void |
setMarginHeader(Double marginHeader)
Sets margin header.
|
void |
setMarginLeft(Double marginLeft)
Sets margin left.
|
void |
setMarginRight(Double marginRight)
Sets margin right.
|
void |
setMarginTop(Double marginTop)
Sets margin top.
|
void |
setOrientation(org.apache.poi.ss.usermodel.PrintOrientation orientation)
Sets orientation.
|
void |
setPaperSize(org.apache.poi.ss.usermodel.PaperSize paperSize)
Sets paper size.
|
void |
setPrintArea(CellRegion printArea)
Sets print area.
|
String |
toString() |
public org.apache.poi.ss.usermodel.PaperSize getPaperSize()
PrintSetupgetPaperSize in interface PrintSetuppublic org.apache.poi.ss.usermodel.PrintOrientation getOrientation()
PrintSetupgetOrientation in interface PrintSetuppublic Double getMarginTop()
PrintSetupgetMarginTop in interface PrintSetuppublic Double getMarginRight()
PrintSetupgetMarginRight in interface PrintSetuppublic Double getMarginBottom()
PrintSetupgetMarginBottom in interface PrintSetuppublic Double getMarginLeft()
PrintSetupgetMarginLeft in interface PrintSetuppublic Double getMarginFooter()
PrintSetupgetMarginFooter in interface PrintSetuppublic Double getMarginHeader()
PrintSetupgetMarginHeader in interface PrintSetuppublic CellRegion getPrintArea()
PrintSetupgetPrintArea in interface PrintSetuppublic void setPaperSize(org.apache.poi.ss.usermodel.PaperSize paperSize)
PrintSetupsetPaperSize in interface PrintSetuppaperSize - the paper sizepublic void setOrientation(org.apache.poi.ss.usermodel.PrintOrientation orientation)
PrintSetupsetOrientation in interface PrintSetuporientation - the orientationpublic void setMarginTop(Double marginTop)
PrintSetupsetMarginTop in interface PrintSetupmarginTop - the margin toppublic void setMarginRight(Double marginRight)
PrintSetupsetMarginRight in interface PrintSetupmarginRight - the margin rightpublic void setMarginBottom(Double marginBottom)
PrintSetupsetMarginBottom in interface PrintSetupmarginBottom - the margin bottompublic void setMarginLeft(Double marginLeft)
PrintSetupsetMarginLeft in interface PrintSetupmarginLeft - the margin leftpublic void setMarginFooter(Double marginFooter)
PrintSetupsetMarginFooter in interface PrintSetupmarginFooter - the margin footerpublic void setMarginHeader(Double marginHeader)
PrintSetupsetMarginHeader in interface PrintSetupmarginHeader - the margin headerpublic void setPrintArea(CellRegion printArea)
PrintSetupsetPrintArea in interface PrintSetupprintArea - the print areapublic PrintSetup paperSize(org.apache.poi.ss.usermodel.PaperSize paperSize)
PrintSetuppaperSize in interface PrintSetuppaperSize - the paper sizepublic PrintSetup orientation(org.apache.poi.ss.usermodel.PrintOrientation orientation)
PrintSetuporientation in interface PrintSetuporientation - the orientationpublic PrintSetup marginTop(Double marginTop)
PrintSetupmarginTop in interface PrintSetupmarginTop - the margin toppublic PrintSetup marginRight(Double marginRight)
PrintSetupmarginRight in interface PrintSetupmarginRight - the margin rightpublic PrintSetup marginBottom(Double marginBottom)
PrintSetupmarginBottom in interface PrintSetupmarginBottom - the margin bottompublic PrintSetup marginLeft(Double marginLeft)
PrintSetupmarginLeft in interface PrintSetupmarginLeft - the margin leftpublic PrintSetup marginFooter(Double marginFooter)
PrintSetupmarginFooter in interface PrintSetupmarginFooter - the margin footerpublic PrintSetup marginHeader(Double marginHeader)
PrintSetupmarginHeader in interface PrintSetupmarginHeader - the margin headerpublic PrintSetup printArea(CellRegion printArea)
PrintSetupprintArea in interface PrintSetupprintArea - the print areaCopyright © 2018. All rights reserved.