Uses of Interface
io.keikai.model.SCell
-
Packages that use SCell Package Description io.keikai.importer io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.impl.pdf The exporter that convert Keikai Spreadsheet to PDF.io.keikai.model.impl.sys Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.impl.sys.formula Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.sys.format Keikai Spreadsheet Internal Book Model Engines classes.io.keikai.model.sys.formula Keikai Spreadsheet Internal Book Model Engines classes.io.keikai.model.util Keikai Spreadsheet Internal Book Model Utilities classes.io.keikai.range.impl Keikai Spreadsheet Internal Range API Implementation classes.io.keikai.range.impl.autofill Keikai Spreadsheet Internal Range API Implementation classes.io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes.io.keikai.ui.impl Classes for implementing Keikai Spreadsheet UI Components (implementation only).io.keikai.ui.impl.undo Classes that doing system undoable action control on Keikai Spreadsheet UI Components.io.keikaiex.model.sys -
-
Uses of SCell in io.keikai.importer
Methods in io.keikai.importer that return SCell Modifier and Type Method Description protected SCellXlsxImporter. importCell(XlsxExtractor.XlsxCellExtractor xCell, int row, SSheet sheet)Methods in io.keikai.importer with parameters of type SCell Modifier and Type Method Description protected booleanXlsxImporter. mustCalc(SCell cell) -
Uses of SCell in io.keikai.model
Methods in io.keikai.model that return SCell Modifier and Type Method Description SCellSSheet. getCell(int rowIdx, int columnIdx)This method always returns not-null cell object.SCellSSheet. getCell(String cellRefString)Methods in io.keikai.model that return types with arguments of type SCell Modifier and Type Method Description Iterator<SCell>SRow. getCellIterator()Iterator<SCell>SRow. getCellIterator(int start, int end)Iterator<SCell>SSheet. getCellIterator(int row)List<SCell>SDataValidation. getReferToCellList()List<SCell>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 SCell Modifier and Type Method Description CellRegionSSheet. getCellRegionInArrayFormula(SCell cell)Returns the cell regin if the given cell is in an array formula.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.CellRegionSSheet. removeArrayFormula(SCell cell)Remove an Array Formula from this sheet. -
Uses of SCell in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SCell Modifier and Type Class Description classAbstractCellAdvclassCellImplMethods in io.keikai.model.impl that return SCell Modifier and Type Method Description abstract SCellAbstractRowAdv. getCell(int index)SCellRowImpl. getCell(int cellIdx)SCellSheetImpl. getCell(int rowIdx, int columnIdx)SCellSheetImpl. getCell(String cellRef)Methods in io.keikai.model.impl that return types with arguments of type SCell Modifier and Type Method Description abstract Iterator<SCell>AbstractRowAdv. getCellIterator(boolean reverse, int start, int end)Iterator<SCell>RowImpl. getCellIterator()Iterator<SCell>RowImpl. getCellIterator(boolean reverse)Iterator<SCell>RowImpl. getCellIterator(boolean reverse, int start, int end)Iterator<SCell>RowImpl. getCellIterator(int start, int end)Iterator<SCell>SheetImpl. getCellIterator(int row)List<SCell>DataValidationImpl. getReferToCellList()List<SCell>DataValidationImpl. getReferToCellList(int row, int col)Methods in io.keikai.model.impl with parameters of type SCell Modifier and Type Method Description voidCellBuffer. applyComment(SCell destCell)voidCellBuffer. applyHyperlink(SCell destCell)voidCellBuffer. applyStyle(SCell destCell)voidCellBuffer. applyValue(SCell destCell)static CellBufferCellBuffer. bufferAll(SCell cell)EvaluationResultRuleInfo. evalFormula(SCell cell)CellRegionSheetImpl. getCellRegionInArrayFormula(SCell cell)SCellStyleBookImpl. getOrAddDefaultHyperlinkStyle(SCell cell)SCellStyleBookImpl. getOrCreateDefaultHyperlinkStyle(SCell cell)booleanConditionalFormattingRuleImpl. match(SCell cell)voidPasteCellHelper. pasteValue(CellBuffer buffer, SCell destCell, SheetRegion cutFrom, boolean pasteFormula, int rowOffset, int columnOffset, boolean transpose, int rowOrigin, int columnOrigin, Set<SName> names)CellRegionSheetImpl. removeArrayFormula(SCell cell) -
Uses of SCell in io.keikai.model.impl.pdf
Methods in io.keikai.model.impl.pdf with parameters of type SCell Modifier and Type Method Description protected com.lowagie.text.pdf.PdfPCellPdfExporter. createPdfCell(CellRegion clipRegion, CellRegion renderRegion, SCell zssCell, CellRegion outlineRegion, SSheet sheet, boolean printGridLines, boolean printOutline, boolean extended)creates a PdfCell from POICellprotected Object[]PdfExporter. createPhrase(SCell zssCell)creates Phrase for corresponding ZSS Cell.protected intPdfExporter. getExtendedEndColumn(SSheet sheet, SCell zssCell, int colIdx)protected intPdfExporter. getExtendedEndColumn0(SSheet sheet, SCell zssCell, int colIdx)protected booleanPdfExporter. isPartOfMergedRegion(SSheet sheet, SCell cell)checks if POICellis part of any merged regions on the passedSSheet -
Uses of SCell in io.keikai.model.impl.sys
Methods in io.keikai.model.impl.sys with parameters of type SCell Modifier and Type Method Description FormatResultFormatEngineImpl. format(SCell cell, FormatContext context)static intFormatEngineImpl. getCellWidth256(SCell cell)StringFormatEngineImpl. getEditText(SCell cell, FormatContext context)StringFormatEngineImpl. getFormat(SCell cell, FormatContext context)protected StringFormatEngineImpl. getFormulaEditText(SCell cell) -
Uses of SCell in io.keikai.model.impl.sys.formula
Methods in io.keikai.model.impl.sys.formula with parameters of type SCell Modifier and Type Method Description voidFormulaEngineImpl. clearIterationValue(SBook book, SSheet sheet, SCell cell) -
Uses of SCell in io.keikai.model.sys.format
Methods in io.keikai.model.sys.format with parameters of type SCell Modifier and Type Method Description FormatResultFormatEngine. format(SCell cell, FormatContext ctx)Format the cell by it's formatStringFormatEngine. getEditText(SCell cell, FormatContext ctx)Get the editText of cellStringFormatEngine. 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 SCell Modifier and Type Method Description SCellFormulaClearContext. getCell()SCellFormulaEvaluationContext. getCell()SCellFormulaParseContext. getCell()Constructors in io.keikai.model.sys.formula with parameters of type SCell Constructor Description FormulaClearContext(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)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 SCell Modifier and Type Method Description static 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.impl
Methods in io.keikai.range.impl with parameters of type SCell Modifier and Type Method Description CellValueCellValueHelper. getCellValue(SCell cell)StringCellValueHelper. getFormattedText(SCell cell)StringRangeHelperBase. getFormattedText(SCell cell)ObjectCellValueHelper. getValue(SCell cell)static booleanRangeHelperBase. isBlank(SCell cell)booleanBaseMatch2. match(SCell cell)booleanCellMatch. match(SCell cell)booleanCellMatch2. match(SCell cell)booleanContainsBlank. match(SCell cell)booleanContainsCell. match(SCell cell)booleanContainsError. match(SCell cell)booleanDatesMatch2. match(SCell cell)booleanDuplicateCell. match(SCell cell)booleanExpressionMatch. match(SCell cell)booleanNumMatch. match(SCell cell)booleanTrueMatch. match(SCell value)static 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 SCell Modifier and Type Method Description voidAutoFillHelper. applyStepValue(SCell srcCell, SCell dstCell, Object value)ObjectBlankStep. next(SCell cell)ObjectCopyStep. next(SCell cell)ObjectDateTimeStep. next(SCell cell)ObjectGrowthStep. next(SCell cell)ObjectLinearStep. next(SCell cell)ObjectStep. next(SCell srcCell)Return next value of this step sequence per the source cell. -
Uses of SCell in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp that return SCell Modifier and Type Method Description protected SCellAbstractExcelImporter. importCell(Cell poiCell, int row, SSheet sheet)Methods in io.keikai.range.impl.imexp with parameters of type SCell Modifier and Type Method Description protected voidAbstractExcelExporter. exportCell(Row poiRow, SCell cell)protected StringAbstractExcelExporter. getFormulaString(SCell cell)protected booleanAbstractExcelImporter. mustCalc(SCell cell) -
Uses of SCell in io.keikai.ui.impl
Methods in io.keikai.ui.impl with parameters of type SCell Modifier and Type Method Description static 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 SCell Modifier and Type Method Description static ReserveUtil.ReservedCellContentReserveUtil.ReservedCellContent. reserve(SCell cell) -
Uses of SCell in io.keikaiex.model.sys
Methods in io.keikaiex.model.sys with parameters of type SCell Modifier and Type Method Description protected StringFormatEngineEx. getFormulaEditText(SCell cell)
-