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 SExtraStyle |
XlsxImporter.importExtraStyle(XlsxExtractor.XlsxDxfExtractor xDxf) |
Modifier and Type | Interface and Description |
---|---|
interface |
SConditionalStyle
Extra embedded style for SConditonalFormatting.
|
interface |
STableStyleElem
Table style element.
|
Modifier and Type | Method and Description |
---|---|
SExtraStyle |
SConditionalFormattingRule.getExtraStyle()
Returns the applied color if match
|
SExtraStyle |
SColorFilter.getExtraStyle() |
SExtraStyle |
SBook.getExtraStyleAt(int idx)
Get the extra style of this book
|
SExtraStyle |
SBook.searchExtraStyle(CellStyleMatcher matcher)
Search the style table and return the first matched style.
|
Modifier and Type | Method and Description |
---|---|
List<SExtraStyle> |
SBook.getExtraStyles()
Get all extra styles.
|
Modifier and Type | Method and Description |
---|---|
void |
SBook.addExtraStyle(SExtraStyle extraStyle)
Add one more extra cell style.
|
Modifier and Type | Class and Description |
---|---|
class |
ConditionalStyleImpl
Used to pass style and format for SConditionalFormattingRule.
|
class |
ExtraStyleImpl |
class |
TableStyleElemImpl |
Modifier and Type | Method and Description |
---|---|
SExtraStyle |
ConditionalFormattingRuleImpl.getExtraStyle() |
SExtraStyle |
ColorFilterImpl.getExtraStyle() |
SExtraStyle |
BookImpl.getExtraStyleAt(int idx) |
SExtraStyle |
BookImpl.searchExtraStyle(CellStyleMatcher matcher) |
Modifier and Type | Method and Description |
---|---|
List<SExtraStyle> |
BookImpl.getExtraStyles() |
Modifier and Type | Method and Description |
---|---|
void |
BookImpl.addExtraStyle(SExtraStyle extraStyle) |
int |
BookImpl.indexOfExtraStyle(SExtraStyle style) |
abstract int |
AbstractBookAdv.indexOfExtraStyle(SExtraStyle style) |
void |
ConditionalFormattingRuleImpl.setExtraStyle(SExtraStyle style) |
Constructor and Description |
---|
ColorFilterImpl(SExtraStyle extraStyle,
boolean byFontColor) |
Modifier and Type | Method and Description |
---|---|
protected SExtraStyle |
ExcelXlsxImporter.importExtraStyle(DxfCellStyle poiCellStyle) |
Modifier and Type | Method and Description |
---|---|
protected void |
ExcelXlsxExporter.addPOIDxfCellStyle(SExtraStyle extraStyle) |
protected void |
AbstractExcelExporter.addPOIDxfCellStyle(SExtraStyle extraStyle)
Add DxfCellStyle as poi Dxf.
|
Copyright © 2020. All rights reserved.