Uses of Class
io.keikai.model.util.CellStyleMatcher
-
Packages that use CellStyleMatcher Package Description io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes. -
-
Uses of CellStyleMatcher in io.keikai.model
Methods in io.keikai.model with parameters of type CellStyleMatcher Modifier and Type Method Description SCellStyle
SBook. searchCellStyle(CellStyleMatcher matcher)
Deprecated.As if release 5.3.0, useSBook.getOrAddCellStyle(SCellStyle)
to find the cell styleSExtraStyle
SBook. searchExtraStyle(CellStyleMatcher matcher)
Search the style table and return the first matched style. -
Uses of CellStyleMatcher in io.keikai.model.impl
Methods in io.keikai.model.impl with parameters of type CellStyleMatcher Modifier and Type Method Description SCellStyle
BookImpl. searchCellStyle(CellStyleMatcher matcher)
SExtraStyle
BookImpl. searchExtraStyle(CellStyleMatcher matcher)
-