Package | Description |
---|---|
io.keikai.importer | |
io.keikai.model |
Keikai Spreadsheet Internal Book Model classes.
|
io.keikai.model.impl |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
io.keikai.range.impl.imexp |
Keikai Spreadsheet Internal Range API Implementation classes.
|
Modifier and Type | Method and Description |
---|---|
protected SColorScale |
XlsxImporter.prepareColorScale(XlsxExtractor.XlsxCfRuleExtractor ctRule) |
Modifier and Type | Method and Description |
---|---|
SColorScale |
SConditionalStyle.getColorScale() |
SColorScale |
SConditionalFormattingRule.getColorScale()
Returns the color scale (used with "colorScale" type)
|
Modifier and Type | Class and Description |
---|---|
class |
ColorScaleImpl |
Modifier and Type | Method and Description |
---|---|
SColorScale |
ConditionalStyleImpl.getColorScale() |
SColorScale |
ConditionalFormattingRuleImpl.getColorScale() |
Modifier and Type | Method and Description |
---|---|
void |
ConditionalStyleImpl.setColorScale(SColorScale colorScale) |
void |
ConditionalFormattingRuleImpl.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 © 2020. All rights reserved.