Uses of Class
io.keikai.model.util.CellStyleMatcher
-
Packages that use CellStyleMatcher Package Description io.keikai.model io.keikai.model.impl -
-
Uses of CellStyleMatcher in io.keikai.model
Methods in io.keikai.model with parameters of type CellStyleMatcher Modifier and Type Method Description SCellStyleSBook. searchCellStyle(CellStyleMatcher matcher)Deprecated.As if release 5.3.0, useSBook.getOrAddCellStyle(SCellStyle)to find the cell styleSExtraStyleSBook. 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 SCellStyleBookImpl. searchCellStyle(CellStyleMatcher matcher)SExtraStyleBookImpl. searchExtraStyle(CellStyleMatcher matcher)
-