| Package | Description |
|---|---|
| org.zkoss.zss.model |
ZK Spreadsheet Internal Book Model classes.
|
| org.zkoss.zss.model.impl |
ZK Spreadsheet Internal Book Model Implementation classes.
|
| org.zkoss.zss.range.impl.imexp |
ZK Spreadsheet Internal Range API Implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
SPrintSetup.PaperSize |
SPrintSetup.getPaperSize() |
static SPrintSetup.PaperSize |
SPrintSetup.PaperSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SPrintSetup.PaperSize[] |
SPrintSetup.PaperSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SPrintSetup.setPaperSize(SPrintSetup.PaperSize size) |
| Modifier and Type | Method and Description |
|---|---|
SPrintSetup.PaperSize |
PrintSetupImpl.getPaperSize() |
| Modifier and Type | Method and Description |
|---|---|
void |
PrintSetupImpl.setPaperSize(SPrintSetup.PaperSize size) |
| Modifier and Type | Method and Description |
|---|---|
static SPrintSetup.PaperSize |
PoiEnumConversion.toPaperSize(short paperSize) |
| Modifier and Type | Method and Description |
|---|---|
static short |
PoiEnumConversion.toPoiPaperSize(SPrintSetup.PaperSize paperSize) |
Copyright © 2019. All rights reserved.