Package | Description |
---|---|
io.keikai.model |
Keikai Spreadsheet Internal Book Model classes.
|
io.keikai.model.impl |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
io.keikai.model.impl.pdf |
The exporter that convert Keikai Spreadsheet to PDF.
|
Modifier and Type | Method and Description |
---|---|
SPrintSetup |
SSheet.getPrintSetup() |
Modifier and Type | Class and Description |
---|---|
class |
PrintSetupImpl |
Modifier and Type | Method and Description |
---|---|
SPrintSetup |
SheetImpl.getPrintSetup() |
Modifier and Type | Field and Description |
---|---|
protected SPrintSetup |
PdfExporter._printSetup |
Modifier and Type | Method and Description |
---|---|
protected SPrintSetup |
PdfExporter.getCurrentPrintSetup(SSheet sheet) |
SPrintSetup |
PdfExporter.getPrintSetup()
Get this setup to setup the exporting parameters for "print" as a PDF
document
|
Modifier and Type | Method and Description |
---|---|
protected CellRegion[] |
PdfExporter.getPrintAreas(SPrintSetup ps,
SSheet sheet) |
protected void |
PdfExporter.printScaleSheet(SSheet sheet,
com.lowagie.text.Document doc,
SPrintSetup ps) |
Copyright © 2020. All rights reserved.