Uses of Interface
io.keikai.model.SCell
-
-
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(java.lang.String cellRefString)Methods in io.keikai.model that return types with arguments of type SCell Modifier and Type Method Description java.util.Iterator<SCell>SRow. getCellIterator()java.util.Iterator<SCell>SRow. getCellIterator(int start, int end)java.util.Iterator<SCell>SSheet. getCellIterator(int row)java.util.List<SCell>SDataValidation. getReferToCellList()java.util.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(java.lang.String cellRef)Methods in io.keikai.model.impl that return types with arguments of type SCell Modifier and Type Method Description abstract java.util.Iterator<SCell>AbstractRowAdv. getCellIterator(boolean reverse, int start, int end)java.util.Iterator<SCell>RowImpl. getCellIterator()java.util.Iterator<SCell>RowImpl. getCellIterator(boolean reverse)java.util.Iterator<SCell>RowImpl. getCellIterator(boolean reverse, int start, int end)java.util.Iterator<SCell>RowImpl. getCellIterator(int start, int end)java.util.Iterator<SCell>SheetImpl. getCellIterator(int row)java.util.List<SCell>DataValidationImpl. getReferToCellList()java.util.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, java.util.Set<SName> names)CellRegionSheetImpl. removeArrayFormula(SCell cell) -
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)java.lang.StringFormatEngineImpl. getEditText(SCell cell, FormatContext context)java.lang.StringFormatEngineImpl. getFormat(SCell cell, FormatContext context)protected java.lang.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 formatjava.lang.StringFormatEngine. getEditText(SCell cell, FormatContext ctx)Get the editText of celljava.lang.StringFormatEngine. 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, java.lang.String sheetName, Ref dependent)FormulaParseContext(SBook book, SSheet sheet, SCell cell, java.lang.String sheetName, Ref dependent, FormulaType formulaType)FormulaParseContext(SBook book, SSheet sheet, SCell cell, java.lang.String sheetName, Ref dependent, java.util.Locale locale, FormulaType formulaType)FormulaParseContext(SCell cell, Ref dependent)FormulaParseContext(SCell cell, Ref dependent, FormulaType formulaType)FormulaParseContext(SCell cell, java.lang.String sheetName, Ref dependent)FormulaParseContext(SCell cell, java.lang.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 java.lang.StringRichTextHelper. getCellRichTextHtml(SCell cell)static java.lang.StringRichTextHelper. getCellRichTextHtml(SCell cell, SRichText rstr, boolean wrap)static java.lang.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)java.lang.StringCellValueHelper. getFormattedText(SCell cell)java.lang.StringRangeHelperBase. getFormattedText(SCell cell)java.lang.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, java.lang.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, java.lang.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, java.lang.Object value)java.lang.ObjectBlankStep. next(SCell cell)java.lang.ObjectCopyStep. next(SCell cell)java.lang.ObjectDateTimeStep. next(SCell cell)java.lang.ObjectGrowthStep. next(SCell cell)java.lang.ObjectLinearStep. next(SCell cell)java.lang.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(org.apache.poi.ss.usermodel.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(org.apache.poi.ss.usermodel.Row poiRow, SCell cell)protected java.lang.StringAbstractExcelExporter. getFormulaString(SCell cell)protected booleanAbstractExcelImporter. mustCalc(SCell cell)
-