Package | Description |
---|---|
io.keikai.model |
Keikai Spreadsheet Internal Book Model classes.
|
io.keikai.model.impl |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
Modifier and Type | Method and Description |
---|---|
SFill |
SCellStyle.getFill()
Returns the fill
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFillAdv |
class |
ExtraFillImpl
Fill in ExtraStyle is a bit different from in CellStyle.
|
class |
FillImpl |
Modifier and Type | Field and Description |
---|---|
static SFill |
FillImpl.BLANK_FILL |
Modifier and Type | Method and Description |
---|---|
SFill |
ConditionalFormattingRuleImpl.getColorScaleFill(Double value0) |
SFill |
NamedStyleImpl.getFill() |
SFill |
CellStyleImpl.getFill() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
FillImpl.getFillPatternBytes(SFill style,
int xOffset,
int yOffset,
int width,
int height) |
protected void |
CellStyleImpl.setFill(SFill fill) |
Constructor and Description |
---|
ConditionalStyleImpl(SFont font,
SFill fill,
SBorder border,
String dataFormat,
SColorScale colorScale,
SDataBar dataBar,
Double barPercent,
SIconSet iconSet,
Integer iconSetId) |
ExtraStyleImpl(SFont font,
SFill fill,
SBorder border,
String dataFormat) |
TableStyleElemImpl(SFont font,
SFill fill,
SBorder border) |
Copyright © 2020. All rights reserved.