| 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 |
|---|---|
SCFValueObject.CFValueObjectType |
SCFValueObject.getType()
Return the type of this conditional formatting value object
|
static SCFValueObject.CFValueObjectType |
SCFValueObject.CFValueObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SCFValueObject.CFValueObjectType[] |
SCFValueObject.CFValueObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SCFValueObject.CFValueObjectType |
CFValueObjectImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
CFValueObjectImpl.setType(SCFValueObject.CFValueObjectType type) |
| Modifier and Type | Method and Description |
|---|---|
protected SCFValueObject.CFValueObjectType |
ExcelXlsxImporter.toValueObjectType(org.openxmlformats.schemas.spreadsheetml.x2006.main.STCfvoType.Enum ctType) |
| Modifier and Type | Method and Description |
|---|---|
protected org.openxmlformats.schemas.spreadsheetml.x2006.main.STCfvoType.Enum |
ExcelXlsxExporter.toValueObjectType(SCFValueObject.CFValueObjectType ctType) |
Copyright © 2019. All rights reserved.