Uses of Interface
io.keikai.model.SCellStyle
Packages that use SCellStyle
Package
Description
-
Uses of SCellStyle in io.keikai.importer
Fields in io.keikai.importer with type parameters of type SCellStyleModifier and TypeFieldDescriptionprotected Map<XlsxExtractor.XlsxXfExtractor,SCellStyle> XlsxImporter.importedXfsMethods in io.keikai.importer that return SCellStyleModifier and TypeMethodDescriptionprotected 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.modelModifier and TypeInterfaceDescriptioninterfaceExtra embedded style for SConditonalFormatting.interfaceExtra embedded style for STable and SConditonalFormatting.interfaceCell Style referred via a name.interfaceTable style element.Methods in io.keikai.model that return SCellStyleModifier and TypeMethodDescriptionSBook.createCellStyle(boolean inStyleTable) Deprecated.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.CellStyleHolder.getCellStyle()Get the style, if it doesn't has local style, it will possible look up it's parent's styleCellStyleHolder.getCellStyle(boolean local) Get the cell style locally or look up from the parentSBook.getDefaultCellStyle()Get the default style of this bookSBook.getDefaultCellStyle(int index) Get the nth default style of this bookSBook.getOrAddCellStyle(SCellStyle style) Get the cell style which stored in this book, add it into the book if not found.SBook.getOrAddDefaultHyperlinkStyle(SCell cell) Returns existing or add cell style for hyperlink on the specified cellSBook.getOrCreateDefaultHyperlinkStyle(SCell cell) Deprecated.As if release 5.3.0, replaced bySBook.getOrAddDefaultHyperlinkStyle(SCell)to build an immutable cell style to boost search performance.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 SCellStyleMethods in io.keikai.model with parameters of type SCellStyleModifier and TypeMethodDescriptionSBook.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.SBook.createCellStyle(SCellStyle src) Create a cell style builder and copy the style from the src style, store inside this book after built,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.SBook.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 SCellStyleModifier and TypeClassDescriptionclassclassDeprecated.classUsed to pass style and format for SConditionalFormattingRule.classclassclassclassFields in io.keikai.model.impl declared as SCellStyleMethods in io.keikai.model.impl that return SCellStyleModifier and TypeMethodDescriptionCellStyleBuilderImpl.build()BookImpl.createCellStyle(boolean inStyleTable) BookImpl.createCellStyle(SCellStyle src, boolean inStyleTable) abstract SCellStyleAbstractTableAdv.getCellStyle(int row, int col) BookImpl.getCellStyle(SCellStyle src) CellImpl.getCellStyle()CellImpl.getCellStyle(boolean local) ColumnArrayImpl.getCellStyle()ColumnArrayImpl.getCellStyle(boolean local) RowImpl.getCellStyle()RowImpl.getCellStyle(boolean local) TableImpl.getCellStyle(int row, int col) BookImpl.getDefaultCellStyle()BookImpl.getDefaultCellStyle(int index) BookImpl.getDefaultImmutableCellStyle()BookImpl.getDefaultImmutableCellStyle(int index) BookImpl.getOrAddCellStyle(SCellStyle src) BookImpl.getOrAddDefaultHyperlinkStyle(SCell cell) BookImpl.getOrCreateDefaultHyperlinkStyle(SCell cell) CellBuffer.getStyle()BookImpl.searchCellStyle(CellStyleMatcher matcher) Methods in io.keikai.model.impl that return types with arguments of type SCellStyleModifier and TypeMethodDescriptionBookImpl.geImmutableCellStyleTable()BookImpl.geImmutableCellStyleTable()BookImpl.getCellStyleTable()BookImpl.getDefaultCellStyles()Methods in io.keikai.model.impl with parameters of type SCellStyleModifier and TypeMethodDescriptionBookImpl.addCellStyle(SCellStyle src) intBookImpl.addDefaultCellStyle(SCellStyle cellStyle) voidCellStyleImpl.copyFrom(SCellStyle src) Deprecated.voidImmutableCellStyleImpl.copyFrom(SCellStyle src) voidNamedStyleImpl.copyFrom(SCellStyle src) BookImpl.createCellStyle(SCellStyle src) BookImpl.createCellStyle(SCellStyle src, boolean inStyleTable) BookImpl.getCellStyle(SCellStyle src) BookImpl.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 SCellStyleConstructors in io.keikai.model.util with parameters of type SCellStyleModifierConstructorDescriptionCellStyleMatcher(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 SCellStyleMethods in io.keikai.range with parameters of type SCellStyleModifier and TypeMethodDescriptionvoidSRange.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 SCellStyleModifier and TypeMethodDescriptionstatic SCellStyleStyleUtil.getBottomStyle(SCellStyle cellStyle, SCellStyle tbStyle, SConditionalStyle cdStyle) RangeImpl.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 SCellStyleModifier and TypeMethodDescriptionstatic 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 SCellStyleModifier and TypeFieldDescriptionprotected 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 SCellStyleModifier and TypeMethodDescriptionprotected 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 SCellStyleModifier and TypeMethodDescriptionprotected 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)
SBook.addCellStyle()andSBook.createCellStyle()to build an immutable cell style to boost search performance.