| 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 |
|---|---|
SDataBar |
SConditionalFormattingRule.getDataBar()
Returns the data bar (used with "dataBar" type)
|
SDataBar |
SConditionalStyle.getDataBar() |
| Modifier and Type | Class and Description |
|---|---|
class |
DataBarImpl |
| Modifier and Type | Method and Description |
|---|---|
SDataBar |
ConditionalFormattingRuleImpl.getDataBar() |
SDataBar |
ConditionalStyleImpl.getDataBar() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConditionalFormattingRuleImpl.setDataBar(SDataBar dataBar) |
void |
ConditionalStyleImpl.setDataBar(SDataBar dataBar) |
| 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 SDataBar |
ExcelXlsxImporter.prepareDataBar(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfRule ctRule) |
Copyright © 2019. All rights reserved.