Uses of Interface
io.keikai.model.SCell
Packages that use SCell
Package
Description
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Book Model Engines classes.
Keikai Spreadsheet Internal Book Model Engines classes.
Keikai Spreadsheet Internal Book Model Utilities classes.
Keikai Spreadsheet Internal Range API classes.
Keikai Spreadsheet Internal Range API Implementation 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.
-
Uses of SCell in io.keikai.model
Methods in io.keikai.model that return SCellModifier and TypeMethodDescriptionSSheet.getCell(int rowIdx, int columnIdx) This method always returns not-null cell object.Methods in io.keikai.model that return types with arguments of type SCellModifier and TypeMethodDescriptionSRow.getCellIterator()SRow.getCellIterator(int start, int end) SSheet.getCellIterator(int row) SDataValidation.getReferToCellList()SDataValidation.getReferToCellList(int row, int col) Return the referred list relative to the specified row and column.Methods in io.keikai.model with parameters of type SCellModifier and TypeMethodDescriptionSSheet.getCellRegionInArrayFormula(SCell cell) Deprecated.default CellRegionSSheet.getCseRegion(SCell cell) Returns the CSE region containing the given cell, ornullif the cell is not in a CSE region.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.SSheet.removeArrayFormula(SCell cell) Deprecated.since 7.0.0 — useSSheet.removeCseArrayFormula(SCell)for the clearer name.default CellRegionSSheet.removeCseArrayFormula(SCell cell) Removes a legacy CSE array formula from this sheet. -
Uses of SCell in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SCellMethods in io.keikai.model.impl that return SCellMethods in io.keikai.model.impl that return types with arguments of type SCellModifier and TypeMethodDescriptionAbstractRowAdv.getCellIterator(boolean reverse, int start, int end) DataValidationImpl.getReferToCellList()DataValidationImpl.getReferToCellList(int row, int col) Methods in io.keikai.model.impl with parameters of type SCellModifier and TypeMethodDescriptionvoidCellBuffer.applyComment(SCell destCell) voidCellBuffer.applyHyperlink(SCell destCell) voidCellBuffer.applyStyle(SCell destCell) voidCellBuffer.applyValue(SCell destCell) static CellBufferRuleInfo.evalFormula(SCell cell) booleanvoidPasteCellHelper.pasteValue(CellBuffer buffer, SCell destCell, SheetRegion cutFrom, boolean pasteFormula, int rowOffset, int columnOffset, boolean transpose, int rowOrigin, int columnOrigin, Set<SName> names) -
Uses of SCell in io.keikai.model.impl.sys
Methods in io.keikai.model.impl.sys with parameters of type SCellModifier and TypeMethodDescriptionFormatEngineImpl.format(SCell cell, FormatContext context) static intFormatEngineImpl.getCellWidth256(SCell cell) FormatEngineImpl.getEditText(SCell cell, FormatContext context) FormatEngineImpl.getFormat(SCell cell, FormatContext context) protected StringFormatEngineImpl.getFormulaEditText(SCell cell) -
Uses of SCell in io.keikai.model.sys.format
Methods in io.keikai.model.sys.format with parameters of type SCellModifier and TypeMethodDescriptionFormatEngine.format(SCell cell, FormatContext ctx) Format the cell by it's formatFormatEngine.getEditText(SCell cell, FormatContext ctx) Get the editText of cellFormatEngine.getFormat(SCell cell, FormatContext ctx) Get the format of the cell, ifSCellStyle.isDirectDataFormat()if false, the return value will be localized -
Uses of SCell in io.keikai.model.sys.formula
Methods in io.keikai.model.sys.formula that return SCellModifier and TypeMethodDescriptionFormulaClearContext.getCell()FormulaEvaluationContext.getCell()FormulaParseContext.getCell()Constructors in io.keikai.model.sys.formula with parameters of type SCellModifierConstructorDescriptionFormulaClearContext(SCell cell) FormulaEvaluationContext(SCell cell, Ref dependent) FormulaEvaluationContext(SSheet sheet, SCell cell, Ref dependent, int[] offset, boolean externFormula) FormulaParseContext(SBook book, SSheet sheet, SCell cell, String sheetName, Ref dependent, FormulaType formulaType) FormulaParseContext(SBook book, SSheet sheet, SCell cell, String sheetName, Ref dependent, Locale locale, FormulaType formulaType) FormulaParseContext(SCell cell, Ref dependent) FormulaParseContext(SCell cell, Ref dependent, FormulaType formulaType) FormulaParseContext(SCell cell, String sheetName, Ref dependent) FormulaParseContext(SCell cell, String sheetName, Ref dependent, FormulaType formulaType) -
Uses of SCell in io.keikai.model.util
Methods in io.keikai.model.util with parameters of type SCellModifier and TypeMethodDescriptionstatic StringRichTextHelper.getCellRichTextHtml(SCell cell) static StringRichTextHelper.getCellRichTextHtml(SCell cell, SRichText rstr, boolean wrap) static StringRichTextHelper.getCellVRichTextHtml(SCell cell, SRichText rstr, boolean wrap) static intRichTextHelper.getRichTextHeightPoints(SCell cell, SRichText rstr) static SFontRichTextHelper.getRichTextRealFont(SFont font, SCell cell) -
Uses of SCell in io.keikai.range
Methods in io.keikai.range with parameters of type SCellModifier and TypeMethodDescription -
Uses of SCell in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SCellModifier and TypeMethodDescriptionCellValueHelper.getCellValue(SCell cell) CellValueHelper.getFormattedText(SCell cell) RangeHelperBase.getFormattedText(SCell cell) static booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanstatic SCellStyleStyleUtil.prepareStyle(SCell srcCell) static booleanStyleUtil.setRichTextFontBoldweight(SBook book, SCell cell, SFont.Boldweight bold) static booleanStyleUtil.setRichTextFontColor(SBook book, SCell cell, String htmlColor) static booleanStyleUtil.setRichTextFontHeightPoints(SBook book, SCell cell, int heightPoints) static booleanStyleUtil.setRichTextFontItalic(SBook book, SCell cell, boolean italic) static booleanStyleUtil.setRichTextFontName(SBook book, SCell cell, String name) static booleanStyleUtil.setRichTextFontStrikeout(SBook book, SCell cell, boolean strike) static booleanStyleUtil.setRichTextFontTypeOffset(SBook book, SCell cell, SFont.TypeOffset offset) static booleanStyleUtil.setRichTextFontUnderline(SBook book, SCell cell, SFont.Underline underline) -
Uses of SCell in io.keikai.range.impl.autofill
Methods in io.keikai.range.impl.autofill with parameters of type SCellModifier and TypeMethodDescriptionvoidAutoFillHelper.applyStepValue(SCell srcCell, SCell dstCell, Object value) Return next value of this step sequence per the source cell. -
Uses of SCell in io.keikai.ui.impl
Methods in io.keikai.ui.impl with parameters of type SCellModifier and TypeMethodDescriptionstatic voidCellFormatHelper.appendTextCSSStyle(StringBuilder sb, SCell cell, boolean hasMergedBorder) static StringCellFormatHelper.getFontCSSStyle(SCell cell, SFont font) static StringCellFormatHelper.getFontHtmlStyle(SSheet sheet, SCell cell, SCellStyle cellStyle, FormatResult ft, SCellStyle tbCellStyle, SConditionalStyle cdStyle) static SCellStyle.AlignmentCellFormatHelper.getRealAlignment(SCell cell) -
Uses of SCell in io.keikai.ui.impl.undo
Methods in io.keikai.ui.impl.undo with parameters of type SCellModifier and TypeMethodDescription
SSheet.getCseRegion(SCell)for the clearer name.