Uses of Interface
io.keikai.model.SCellStyle
-
Packages that use SCellStyle Package Description io.keikai.importer io.keikai.model io.keikai.model.impl io.keikai.model.util io.keikai.range io.keikai.range.impl io.keikai.range.impl.imexp -
-
Uses of SCellStyle in io.keikai.importer
Fields in io.keikai.importer with type parameters of type SCellStyle Modifier and Type Field Description protected java.util.Map<XlsxExtractor.XlsxXfExtractor,SCellStyle>XlsxImporter. importedXfsMethods in io.keikai.importer that return SCellStyle Modifier and Type Method Description protected SCellStyleXlsxImporter. importCellStyleXf(XlsxExtractor.XlsxXfExtractor xCellXf, boolean inStyleTable)protected SCellStyleXlsxImporter. 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 interfaceSConditionalStyleExtra embedded style for SConditonalFormatting.interfaceSExtraStyleExtra embedded style for STable and SConditonalFormatting.interfaceSNamedStyleCell Style referred via a name.interfaceSTableStyleElemTable style element.Methods in io.keikai.model that return SCellStyle Modifier and Type Method Description SCellStyleSBook. 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.SCellStyleSBook. 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.SCellStyleCellStyleHolder. getCellStyle()Get the style, if it doesn't has local style, it will possible look up it's parent's styleSCellStyleCellStyleHolder. getCellStyle(boolean local)Get the cell style locally or look up from the parentSCellStyleSBook. getDefaultCellStyle()Get the default style of this bookSCellStyleSBook. getDefaultCellStyle(int index)Get the nth default style of this bookSCellStyleSBook. getOrAddCellStyle(SCellStyle style)Get the cell style which stored in this book, add it into the book if not found.SCellStyleSBook. getOrAddDefaultHyperlinkStyle(SCell cell)Returns existing or add cell style for hyperlink on the specified cellSCellStyleSBook. getOrCreateDefaultHyperlinkStyle(SCell cell)Deprecated.As if release 5.3.0, replaced bySBook.getOrAddDefaultHyperlinkStyle(SCell)to build an immutable cell style to boost search performance.SCellStyleSBook. 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 java.util.Collection<SCellStyle>SBook. getDefaultCellStyles()Get all default cell styles.Methods in io.keikai.model with parameters of type SCellStyle Modifier and Type Method Description SCellStyleBuilderSBook. 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.intSBook. addDefaultCellStyle(SCellStyle cellStyle)Add one more default cell style and return its index.voidSCellStyle. copyFrom(SCellStyle src)Deprecated.SCellStyleBuilderSBook. createCellStyle(SCellStyle src)Create a cell style builder and copy the style from the src style, store inside this book after built,SCellStyleSBook. 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.SCellStyleSBook. getOrAddCellStyle(SCellStyle style)Get the cell style which stored in this book, add it into the book if not found.voidCellStyleHolder. setCellStyle(SCellStyle cellStyle)Set the local stylevoidSBook. 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 classAbstractCellStyleAdvclassCellStyleImplDeprecated.classConditionalStyleImplUsed to pass style and format for SConditionalFormattingRule.classImmutableCellStyleImplclassImmutableExtraStyleImplclassNamedStyleImplclassTableStyleElemImplFields in io.keikai.model.impl declared as SCellStyle Modifier and Type Field Description static SCellStyleCellStyleImpl. BLANK_STYLEDeprecated.Methods in io.keikai.model.impl that return types with arguments of type SCellStyle Modifier and Type Method Description java.util.Map<SCellStyle,SCellStyle>BookImpl. geImmutableCellStyleTable()java.util.Map<SCellStyle,SCellStyle>BookImpl. geImmutableCellStyleTable()java.util.List<SCellStyle>BookImpl. getCellStyleTable()java.util.Collection<SCellStyle>BookImpl. getDefaultCellStyles()Methods in io.keikai.model.impl with parameters of type SCellStyle Modifier and Type Method Description SCellStyleBuilderBookImpl. addCellStyle(SCellStyle src)intBookImpl. addDefaultCellStyle(SCellStyle cellStyle)voidCellStyleImpl. copyFrom(SCellStyle src)Deprecated.voidImmutableCellStyleImpl. copyFrom(SCellStyle src)voidNamedStyleImpl. copyFrom(SCellStyle src)SCellStyleBuilderBookImpl. createCellStyle(SCellStyle src)SCellStyleBookImpl. createCellStyle(SCellStyle src, boolean inStyleTable)SCellStyleBookImpl. getCellStyle(SCellStyle src)SCellStyleBookImpl. getOrAddCellStyle(SCellStyle src)voidCellImpl. setCellStyle(SCellStyle cellStyle)voidColumnArrayImpl. setCellStyle(SCellStyle cellStyle)voidRowImpl. setCellStyle(SCellStyle cellStyle)voidBookImpl. setDefaultCellStyle(SCellStyle cellStyle)voidCellBuffer. 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 booleanCellStyleMatcher. 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 SCellStyleSRange. getCellStyle()Gets the first(top-left) cell's styleMethods in io.keikai.range with parameters of type SCellStyle Modifier and Type Method Description voidSRange. 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 SCellStyleStyleUtil. getBottomStyle(SCellStyle cellStyle, SCellStyle tbStyle, SConditionalStyle cdStyle)SCellStyleRangeImpl. getCellStyle()static SCellStyleStyleUtil. getFillStyle(SCellStyle cellStyle, SCellStyle tbStyle, SConditionalStyle cdStyle)static SCellStyleStyleUtil. getLeftStyle(SCellStyle cellStyle, SCellStyle tbStyle, SConditionalStyle cdStyle)static SCellStyleStyleUtil. getRightStyle(SCellStyle cellStyle, SCellStyle tbStyle, SConditionalStyle cdStyle)static SCellStyleStyleUtil. getTopStyle(SCellStyle cellStyle, SCellStyle tbStyle, SConditionalStyle cdStyle)static SCellStyleStyleUtil. prepareStyle(SCell srcCell)Methods in io.keikai.range.impl with parameters of type SCellStyle Modifier and Type Method Description static SCellStyleStyleUtil. getBottomStyle(SCellStyle cellStyle, SCellStyle tbStyle, SConditionalStyle cdStyle)static SCellStyleStyleUtil. getFillStyle(SCellStyle cellStyle, SCellStyle tbStyle, SConditionalStyle cdStyle)static SFontStyleUtil. getFontStyle(SBook book, SCellStyle cellStyle, SCellStyle tbCellStyle, SConditionalStyle cdStyle)static SCellStyleStyleUtil. getLeftStyle(SCellStyle cellStyle, SCellStyle tbStyle, SConditionalStyle cdStyle)static SCellStyleStyleUtil. getRightStyle(SCellStyle cellStyle, SCellStyle tbStyle, SConditionalStyle cdStyle)static SCellStyleStyleUtil. getTopStyle(SCellStyle cellStyle, SCellStyle tbStyle, SConditionalStyle cdStyle)voidRangeImpl. setCellStyle(SCellStyle style)voidSetCellStyleHelper. setCellStyle(SCellStyle style)static voidStyleUtil. setNewCellStyle(CellStyleHolder holder, SCellStyle cellStyle)voidSetCellStyleHelper. setWholeColumnCellStyle(SCellStyle style)voidSetCellStyleHelper. 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 java.util.Map<SCellStyle,org.apache.poi.ss.usermodel.CellStyle>AbstractExcelExporter. styleTableThe map stores the exportedCellStyleduring 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 SCellStyleAbstractExcelImporter. importCellStyle(org.apache.poi.ss.usermodel.CellStyle poiCellStyle)Convert CellStyle into NCellStyleprotected SCellStyleAbstractExcelImporter. importCellStyle(org.apache.poi.ss.usermodel.CellStyle poiCellStyle, boolean inStyleTable)Methods in io.keikai.range.impl.imexp with parameters of type SCellStyle Modifier and Type Method Description protected org.apache.poi.ss.usermodel.CellStyleAbstractExcelExporter. toPOICellStyle(SCellStyle cellStyle)protected org.apache.poi.ss.usermodel.CellStyleAbstractExcelExporter. toPOIDefaultCellStyle(SCellStyle cellStyle)protected org.apache.poi.ss.usermodel.CellStyleExcelXlsxExporter. toPOIDefaultCellStyle(SCellStyle cellStyle)
-