| Package | Description |
|---|---|
| io.github.antoniovizuete.pojospreadsheet.core | |
| io.github.antoniovizuete.pojospreadsheet.core.model |
| Modifier and Type | Class and Description |
|---|---|
class |
PrintSetupImpl
Class that represents the POI Printing set-up.
|
| Modifier and Type | Method and Description |
|---|---|
PrintSetup |
SheetImpl.getPrintSetup() |
PrintSetup |
PrintSetupImpl.marginBottom(Double marginBottom) |
PrintSetup |
PrintSetupImpl.marginFooter(Double marginFooter) |
PrintSetup |
PrintSetupImpl.marginHeader(Double marginHeader) |
PrintSetup |
PrintSetupImpl.marginLeft(Double marginLeft) |
PrintSetup |
PrintSetupImpl.marginRight(Double marginRight) |
PrintSetup |
PrintSetupImpl.marginTop(Double marginTop) |
PrintSetup |
PrintSetupImpl.orientation(org.apache.poi.ss.usermodel.PrintOrientation orientation) |
PrintSetup |
PrintSetupImpl.paperSize(org.apache.poi.ss.usermodel.PaperSize paperSize) |
PrintSetup |
PrintSetupImpl.printArea(CellRegion printArea) |
| Modifier and Type | Method and Description |
|---|---|
void |
SheetImpl.setPrintSetup(PrintSetup printSetup) |
| Modifier and Type | Method and Description |
|---|---|
PrintSetup |
Sheet.getPrintSetup()
Gets print setup.
|
PrintSetup |
PrintSetup.marginBottom(Double marginBottom)
Margin bottom print setup.
|
PrintSetup |
PrintSetup.marginFooter(Double marginFooter)
Margin footer print setup.
|
PrintSetup |
PrintSetup.marginHeader(Double marginHeader)
Margin header print setup.
|
PrintSetup |
PrintSetup.marginLeft(Double marginLeft)
Margin left print setup.
|
PrintSetup |
PrintSetup.marginRight(Double marginRight)
Margin right print setup.
|
PrintSetup |
PrintSetup.marginTop(Double marginTop)
Margin top print setup.
|
PrintSetup |
PrintSetup.orientation(org.apache.poi.ss.usermodel.PrintOrientation orientation)
Orientation print setup.
|
PrintSetup |
PrintSetup.paperSize(org.apache.poi.ss.usermodel.PaperSize paperSize)
Paper size print setup.
|
PrintSetup |
PrintSetup.printArea(CellRegion printArea)
Print area print setup.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sheet.setPrintSetup(PrintSetup printSetup)
Sets print setup.
|
Copyright © 2018. All rights reserved.