| 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 |
|---|---|
List<SCFValueObject> |
SIconSet.getCFValueObjects()
Returns the value objects
|
List<SCFValueObject> |
SColorScale.getCFValueObjects()
Returns the value object
|
List<SCFValueObject> |
SDataBar.getCFValueObjects()
Returns the value objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CFValueObjectImpl |
| Modifier and Type | Method and Description |
|---|---|
List<SCFValueObject> |
ColorScaleImpl.getCFValueObjects() |
List<SCFValueObject> |
DataBarImpl.getCFValueObjects() |
List<SCFValueObject> |
IconSetImpl.getCFValueObjects() |
| Modifier and Type | Method and Description |
|---|---|
void |
ColorScaleImpl.addValueObject(SCFValueObject vo) |
void |
DataBarImpl.addValueObject(SCFValueObject vobject) |
void |
IconSetImpl.addValueObject(SCFValueObject vo) |
| Modifier and Type | Method and Description |
|---|---|
Double[] |
CFValueObjectHelper.calcMinMax(List<SCFValueObject> vos) |
| Modifier and Type | Method and Description |
|---|---|
protected SCFValueObject |
ExcelXlsxImporter.prepareValueObject(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo ctvo) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ExcelXlsxExporter.addValueObject(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo ctvo,
SCFValueObject vo) |
Copyright © 2019. All rights reserved.