Uses of Interface
io.keikai.model.SCellStyle
-
Packages that use SCellStyle Package Description io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.keikai.importer io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.util Keikai Spreadsheet Internal Book Model Utilities classes.io.keikai.range Keikai Spreadsheet Internal Range API classes.io.keikai.range.impl Keikai Spreadsheet Internal Range API Implementation classes.io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes.io.keikai.ui.impl Classes for implementing Keikai Spreadsheet UI Components (implementation only).io.keikai.ui.impl.undo Classes that doing system undoable action control on Keikai Spreadsheet UI Components.io.keikai.ui.sys Classes that doing system control on Keikai Spreadsheet UI Components.io.keikaiex.ui.impl -
-
Uses of SCellStyle in io.keikai.api.model.impl
Fields in io.keikai.api.model.impl with type parameters of type SCellStyle Modifier and Type Field Description protected ModelRef<SCellStyle>
CellStyleImpl. _styleRef
Methods in io.keikai.api.model.impl that return SCellStyle Modifier and Type Method Description SCellStyle
CellStyleImpl. getNative()
Methods in io.keikai.api.model.impl that return types with arguments of type SCellStyle Modifier and Type Method Description ModelRef<SCellStyle>
CellStyleImpl. getRef()
Constructors in io.keikai.api.model.impl with parameters of type SCellStyle Constructor Description CellStyleBuilderImpl(SBook book, SCellStyle src)
-
Uses of SCellStyle in io.keikai.importer
Fields in io.keikai.importer with type parameters of type SCellStyle Modifier and Type Field Description protected Map<XlsxExtractor.XlsxXfExtractor,SCellStyle>
XlsxImporter. importedXfs
Methods in io.keikai.importer that return SCellStyle Modifier and Type Method Description protected SCellStyle
XlsxImporter. importCellStyleXf(XlsxExtractor.XlsxXfExtractor xCellXf, boolean inStyleTable)
protected SCellStyle
XlsxImporter. importCellXf(XlsxExtractor.XlsxXfExtractor xCellXf, boolean inStyleTable)
-
Uses of SCellStyle in io.keikai.model
Subinterfaces of SCellStyle in io.keikai.model Modifier and Type Interface Description interface
SConditionalStyle
Extra embedded style for SConditonalFormatting.interface
SExtraStyle
Extra embedded style for STable and SConditonalFormatting.interface
SNamedStyle
Cell Style referred via a name.interface
STableStyleElem
Table style element.Methods in io.keikai.model that return SCellStyle Modifier and Type Method Description SCellStyle
SBook. createCellStyle(boolean inStyleTable)
Deprecated.As if release 5.3.0, replaced bySBook.addCellStyle()
andSBook.createCellStyle()
to build an immutable cell style to boost search performance.SCellStyle
SBook. createCellStyle(SCellStyle src, boolean inStyleTable)
Deprecated.As if release 5.3.0, replaced bySBook.addCellStyle(SCellStyle)
andSBook.createCellStyle(SCellStyle)
to build an immutable cell style to boost search performance.SCellStyle
CellStyleHolder. getCellStyle()
Get the style, if it doesn't has local style, it will possible look up it's parent's styleSCellStyle
CellStyleHolder. getCellStyle(boolean local)
Get the cell style locally or look up from the parentSCellStyle
SBook. getDefaultCellStyle()
Get the default style of this bookSCellStyle
SBook. getDefaultCellStyle(int index)
Get the nth default style of this bookSCellStyle
SBook. getOrAddCellStyle(SCellStyle style)
Get the cell style which stored in this book, add it into the book if not found.SCellStyle
SBook. getOrAddDefaultHyperlinkStyle(SCell cell)
Returns existing or add cell style for hyperlink on the specified cellSCellStyle
SBook. getOrCreateDefaultHyperlinkStyle(SCell cell)
Deprecated.As if release 5.3.0, replaced bySBook.getOrAddDefaultHyperlinkStyle(SCell)
to build an immutable cell style to boost search performance.SCellStyle
SBook. searchCellStyle(CellStyleMatcher matcher)
Deprecated.As if release 5.3.0, useSBook.getOrAddCellStyle(SCellStyle)
to find the cell styleMethods in io.keikai.model that return types with arguments of type SCellStyle Modifier and Type Method Description Collection<SCellStyle>
SBook. getDefaultCellStyles()
Get all default cell styles.Methods in io.keikai.model with parameters of type SCellStyle Modifier and Type Method Description SCellStyleBuilder
SBook. addCellStyle(SCellStyle src)
Create a cell style builder and copy the style from the src style, store inside this book after built, then you can useSBook.getOrAddCellStyle(SCellStyle)
to find and reuse this style.int
SBook. addDefaultCellStyle(SCellStyle cellStyle)
Add one more default cell style and return its index.void
SCellStyle. copyFrom(SCellStyle src)
Deprecated.SCellStyleBuilder
SBook. createCellStyle(SCellStyle src)
Create a cell style builder and copy the style from the src style, store inside this book after built,SCellStyle
SBook. createCellStyle(SCellStyle src, boolean inStyleTable)
Deprecated.As if release 5.3.0, replaced bySBook.addCellStyle(SCellStyle)
andSBook.createCellStyle(SCellStyle)
to build an immutable cell style to boost search performance.SCellStyle
SBook. getOrAddCellStyle(SCellStyle style)
Get the cell style which stored in this book, add it into the book if not found.void
CellStyleHolder. setCellStyle(SCellStyle cellStyle)
Set the local stylevoid
SBook. setDefaultCellStyle(SCellStyle cellStyle)
Set the default style of this book -
Uses of SCellStyle in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SCellStyle Modifier and Type Class Description class
AbstractCellStyleAdv
class
CellStyleImpl
Deprecated.class
ConditionalStyleImpl
Used to pass style and format for SConditionalFormattingRule.class
ImmutableCellStyleImpl
class
ImmutableExtraStyleImpl
class
NamedStyleImpl
class
TableStyleElemImpl
Fields in io.keikai.model.impl declared as SCellStyle Modifier and Type Field Description static SCellStyle
CellStyleImpl. BLANK_STYLE
Deprecated.Methods in io.keikai.model.impl that return types with arguments of type SCellStyle Modifier and Type Method Description Map<SCellStyle,SCellStyle>
BookImpl. geImmutableCellStyleTable()
Map<SCellStyle,SCellStyle>
BookImpl. geImmutableCellStyleTable()
List<SCellStyle>
BookImpl. getCellStyleTable()
Collection<SCellStyle>
BookImpl. getDefaultCellStyles()
Methods in io.keikai.model.impl with parameters of type SCellStyle Modifier and Type Method Description SCellStyleBuilder
BookImpl. addCellStyle(SCellStyle src)
int
BookImpl. addDefaultCellStyle(SCellStyle cellStyle)
void
CellStyleImpl. copyFrom(SCellStyle src)
Deprecated.void
ImmutableCellStyleImpl. copyFrom(SCellStyle src)
void
NamedStyleImpl. copyFrom(SCellStyle src)
SCellStyleBuilder
BookImpl. createCellStyle(SCellStyle src)
SCellStyle
BookImpl. createCellStyle(SCellStyle src, boolean inStyleTable)
SCellStyle
BookImpl. getCellStyle(SCellStyle src)
SCellStyle
BookImpl. getOrAddCellStyle(SCellStyle src)
void
CellImpl. setCellStyle(SCellStyle cellStyle)
void
ColumnArrayImpl. setCellStyle(SCellStyle cellStyle)
void
RowImpl. setCellStyle(SCellStyle cellStyle)
void
BookImpl. setDefaultCellStyle(SCellStyle cellStyle)
void
CellBuffer. setStyle(SCellStyle style)
-
Uses of SCellStyle in io.keikai.model.util
Methods in io.keikai.model.util with parameters of type SCellStyle Modifier and Type Method Description boolean
CellStyleMatcher. match(SCellStyle style)
Constructors in io.keikai.model.util with parameters of type SCellStyle Constructor Description CellStyleMatcher(SCellStyle criteria)
Create a style matcher with an existing cell style as the criteria -
Uses of SCellStyle in io.keikai.range
Methods in io.keikai.range that return SCellStyle Modifier and Type Method Description SCellStyle
SRange. getCellStyle()
Gets the first(top-left) cell's styleMethods in io.keikai.range with parameters of type SCellStyle Modifier and Type Method Description void
SRange. setCellStyle(SCellStyle style)
Sets a Style object to this Range. -
Uses of SCellStyle in io.keikai.range.impl
Methods in io.keikai.range.impl that return SCellStyle Modifier and Type Method Description static SCellStyle
StyleUtil. getBottomStyle(SCellStyle cellStyle, SCellStyle tbStyle, SConditionalStyle cdStyle)
SCellStyle
RangeImpl. getCellStyle()
static SCellStyle
StyleUtil. getFillStyle(SCellStyle cellStyle, SCellStyle tbStyle, SConditionalStyle cdStyle)
static SCellStyle
StyleUtil. getLeftStyle(SCellStyle cellStyle, SCellStyle tbStyle, SConditionalStyle cdStyle)
static SCellStyle
StyleUtil. getRightStyle(SCellStyle cellStyle, SCellStyle tbStyle, SConditionalStyle cdStyle)
static SCellStyle
StyleUtil. getTopStyle(SCellStyle cellStyle, SCellStyle tbStyle, SConditionalStyle cdStyle)
static SCellStyle
StyleUtil. prepareStyle(SCell srcCell)
Methods in io.keikai.range.impl with parameters of type SCellStyle Modifier and Type Method Description static SCellStyle
StyleUtil. getBottomStyle(SCellStyle cellStyle, SCellStyle tbStyle, SConditionalStyle cdStyle)
static SCellStyle
StyleUtil. getFillStyle(SCellStyle cellStyle, SCellStyle tbStyle, SConditionalStyle cdStyle)
static SFont
StyleUtil. getFontStyle(SBook book, SCellStyle cellStyle, SCellStyle tbCellStyle, SConditionalStyle cdStyle)
static SCellStyle
StyleUtil. getLeftStyle(SCellStyle cellStyle, SCellStyle tbStyle, SConditionalStyle cdStyle)
static SCellStyle
StyleUtil. getRightStyle(SCellStyle cellStyle, SCellStyle tbStyle, SConditionalStyle cdStyle)
static SCellStyle
StyleUtil. getTopStyle(SCellStyle cellStyle, SCellStyle tbStyle, SConditionalStyle cdStyle)
void
RangeImpl. setCellStyle(SCellStyle style)
void
SetCellStyleHelper. setCellStyle(SCellStyle style)
static void
StyleUtil. setNewCellStyle(CellStyleHolder holder, SCellStyle cellStyle)
void
SetCellStyleHelper. setWholeColumnCellStyle(SCellStyle style)
void
SetCellStyleHelper. setWholeRowCellStyle(SCellStyle style)
-
Uses of SCellStyle in io.keikai.range.impl.imexp
Fields in io.keikai.range.impl.imexp with type parameters of type SCellStyle Modifier and Type Field Description protected Map<SCellStyle,CellStyle>
AbstractExcelExporter. styleTable
The map stores the exportedCellStyle
during exporting, so that we can reuse them for exporting other cells.Methods in io.keikai.range.impl.imexp that return SCellStyle Modifier and Type Method Description protected SCellStyle
AbstractExcelImporter. importCellStyle(CellStyle poiCellStyle)
Convert CellStyle into NCellStyleprotected SCellStyle
AbstractExcelImporter. importCellStyle(CellStyle poiCellStyle, boolean inStyleTable)
Methods in io.keikai.range.impl.imexp with parameters of type SCellStyle Modifier and Type Method Description protected CellStyle
AbstractExcelExporter. toPOICellStyle(SCellStyle cellStyle)
protected CellStyle
AbstractExcelExporter. toPOIDefaultCellStyle(SCellStyle cellStyle)
protected CellStyle
ExcelXlsxExporter. toPOIDefaultCellStyle(SCellStyle cellStyle)
-
Uses of SCellStyle in io.keikai.ui.impl
Methods in io.keikai.ui.impl with parameters of type SCellStyle Modifier and Type Method Description static String
CellFormatHelper. getCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle)
Gets Cell text by given row and columnString
SimpleCellDisplayLoader. getCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle)
static String
CellFormatHelper. getFontHtmlStyle(SSheet sheet, SCell cell, SCellStyle cellStyle, FormatResult ft, SCellStyle tbCellStyle, SConditionalStyle cdStyle)
String
CellFormatHelper. getHtmlStyle(StringBuffer doubleBorder, STable table, SCellStyle tbStyle, Map<String,String> mergedBorder)
String
CellFormatHelper. getRealHtmlStyle(FormatResult ft, SCellStyle tbCellStyle, boolean hasMergedBorder, boolean isTextWrapped)
static String
CellFormatHelper. getRichCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle)
Gets Cell text by given row and column, it handlingboolean
CellFormatHelper. hasRightBorder(STable table, SCellStyle tbStyle)
-
Uses of SCellStyle in io.keikai.ui.impl.undo
Methods in io.keikai.ui.impl.undo that return SCellStyle Modifier and Type Method Description SCellStyle
ReserveUtil.ReservedCell. getStyle()
SCellStyle
ReserveUtil.ReservedColumn. getStyle()
SCellStyle
ReserveUtil.ReservedRow. getStyle()
Methods in io.keikai.ui.impl.undo with parameters of type SCellStyle Modifier and Type Method Description void
ReserveUtil.ReservedCell. setStyle(SCellStyle style)
void
ReserveUtil.ReservedColumn. setStyle(SCellStyle style)
void
ReserveUtil.ReservedRow. setStyle(SCellStyle style)
-
Uses of SCellStyle in io.keikai.ui.sys
Methods in io.keikai.ui.sys with parameters of type SCellStyle Modifier and Type Method Description String
CellDisplayLoader. getCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle)
-
Uses of SCellStyle in io.keikaiex.ui.impl
Methods in io.keikaiex.ui.impl with parameters of type SCellStyle Modifier and Type Method Description String
CellDisplayLoaderImpl. getCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle)
-