public interface PrintSetup
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
org.apache.poi.ss.usermodel.PaperSize getPaperSize()
org.apache.poi.ss.usermodel.PrintOrientation getOrientation()
Double getMarginTop()
Double getMarginRight()
Double getMarginBottom()
Double getMarginLeft()
Double getMarginFooter()
Double getMarginHeader()
CellRegion getPrintArea()
void setPaperSize(org.apache.poi.ss.usermodel.PaperSize paperSize)
paperSize - the paper sizevoid setOrientation(org.apache.poi.ss.usermodel.PrintOrientation orientation)
orientation - the orientationvoid setMarginTop(Double marginTop)
marginTop - the margin topvoid setMarginRight(Double marginRight)
marginRight - the margin rightvoid setMarginBottom(Double marginBottom)
marginBottom - the margin bottomvoid setMarginLeft(Double marginLeft)
marginLeft - the margin leftvoid setMarginFooter(Double marginFooter)
marginFooter - the margin footervoid setMarginHeader(Double marginHeader)
marginHeader - the margin headervoid setPrintArea(CellRegion printArea)
printArea - the print areaPrintSetup paperSize(org.apache.poi.ss.usermodel.PaperSize paperSize)
paperSize - the paper sizePrintSetup orientation(org.apache.poi.ss.usermodel.PrintOrientation orientation)
orientation - the orientationPrintSetup marginTop(Double marginTop)
marginTop - the margin topPrintSetup marginRight(Double marginRight)
marginRight - the margin rightPrintSetup marginBottom(Double marginBottom)
marginBottom - the margin bottomPrintSetup marginLeft(Double marginLeft)
marginLeft - the margin leftPrintSetup marginFooter(Double marginFooter)
marginFooter - the margin footerPrintSetup marginHeader(Double marginHeader)
marginHeader - the margin headerPrintSetup printArea(CellRegion printArea)
printArea - the print areaCopyright © 2018. All rights reserved.