Uses of Interface
io.keikai.model.SCellStyle
Packages that use SCellStyle
Package
Description
Keikai Spreadsheet Model API implementation classes, Internal use only
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Book Model Utilities classes.
Keikai Spreadsheet Internal Range API classes.
Keikai Spreadsheet Internal Range API Implementation classes.
Classes for implementing Keikai Spreadsheet UI Components (implementation only).
Classes that doing system undoable action control on Keikai Spreadsheet UI Components.
Classes that doing system control on Keikai Spreadsheet UI Components.
-
Uses of SCellStyle in io.keikai.api.model.impl
Fields in io.keikai.api.model.impl with type parameters of type SCellStyleMethods in io.keikai.api.model.impl that return SCellStyleMethods in io.keikai.api.model.impl that return types with arguments of type SCellStyleConstructors in io.keikai.api.model.impl with parameters of type SCellStyle -
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()abstract SCellStyleAbstractTableAdv.getCellStyle(int row, int col) TableImpl.getCellStyle(int row, int col) CellBuffer.getStyle()Methods in io.keikai.model.impl with parameters of type SCellStyleModifier and TypeMethodDescriptionvoidCellStyleImpl.copyFrom(SCellStyle src) Deprecated.voidImmutableCellStyleImpl.copyFrom(SCellStyle src) voidNamedStyleImpl.copyFrom(SCellStyle src) 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.ui.impl
Methods in io.keikai.ui.impl with parameters of type SCellStyleModifier and TypeMethodDescriptionstatic StringCellFormatHelper.getCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle) Gets Cell text by given row and columnSimpleCellDisplayLoader.getCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle) static StringCellFormatHelper.getFontHtmlStyle(SSheet sheet, SCell cell, SCellStyle cellStyle, FormatResult ft, SCellStyle tbCellStyle, SConditionalStyle cdStyle) CellFormatHelper.getHtmlStyle(StringBuffer doubleBorder, STable table, SCellStyle tbStyle, Map<String, String> mergedBorder) CellFormatHelper.getRealHtmlStyle(FormatResult ft, SCellStyle tbCellStyle, boolean hasMergedBorder, boolean isTextWrapped) static StringCellFormatHelper.getRichCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle) Gets Cell text by given row and column, it handlingbooleanCellFormatHelper.hasRightBorder(STable table, SCellStyle tbStyle) -
Uses of SCellStyle in io.keikai.ui.impl.undo
Methods in io.keikai.ui.impl.undo that return SCellStyleModifier and TypeMethodDescriptionReserveUtil.ReservedCell.getStyle()ReserveUtil.ReservedColumn.getStyle()ReserveUtil.ReservedRow.getStyle()Methods in io.keikai.ui.impl.undo with parameters of type SCellStyleModifier and TypeMethodDescriptionvoidReserveUtil.ReservedCell.setStyle(SCellStyle style) voidReserveUtil.ReservedColumn.setStyle(SCellStyle style) voidReserveUtil.ReservedRow.setStyle(SCellStyle style) -
Uses of SCellStyle in io.keikai.ui.sys
Methods in io.keikai.ui.sys with parameters of type SCellStyleModifier and TypeMethodDescriptionCellDisplayLoader.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 SCellStyleModifier and TypeMethodDescriptionCellDisplayLoaderImpl.getCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle)
SBook.addCellStyle()andSBook.createCellStyle()to build an immutable cell style to boost search performance.