| 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 |
|---|---|
SColorScale |
SConditionalFormattingRule.getColorScale()
Returns the color scale (used with "colorScale" type)
|
SColorScale |
SConditionalStyle.getColorScale() |
| Modifier and Type | Class and Description |
|---|---|
class |
ColorScaleImpl |
| Modifier and Type | Method and Description |
|---|---|
SColorScale |
ConditionalFormattingRuleImpl.getColorScale() |
SColorScale |
ConditionalStyleImpl.getColorScale() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConditionalFormattingRuleImpl.setColorScale(SColorScale colorScale) |
void |
ConditionalStyleImpl.setColorScale(SColorScale colorScale) |
| Constructor and Description |
|---|
ConditionalStyleImpl(SFont font,
SFill fill,
SBorder border,
String dataFormat,
SColorScale colorScale,
SDataBar dataBar,
Double barPercent,
SIconSet iconSet,
Integer iconSetId) |
| Modifier and Type | Method and Description |
|---|---|
protected SColorScale |
ExcelXlsxImporter.prepareColorScale(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfRule ctRule) |
Copyright © 2019. All rights reserved.