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 SCell
XlsxImporter. importCell(XlsxExtractor.XlsxCellExtractor xCell, int row, SSheet sheet)
Methods in io.keikai.importer with parameters of type SCell Modifier and Type Method Description protected boolean
XlsxImporter. mustCalc(SCell cell)
-
Uses of SCell in io.keikai.model
Methods in io.keikai.model that return SCell Modifier and Type Method Description SCell
SSheet. getCell(int rowIdx, int columnIdx)
This method always returns not-null cell object.SCell
SSheet. 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 CellRegion
SSheet. getCellRegionInArrayFormula(SCell cell)
Returns the cell regin if the given cell is in an array formula.SCellStyle
SBook. getOrAddDefaultHyperlinkStyle(SCell cell)
Returns existing or add cell style for hyperlink on the specified cellSCellStyle
SBook. getOrCreateDefaultHyperlinkStyle(SCell cell)
Deprecated.As if release 5.3.0, replaced bySBook.getOrAddDefaultHyperlinkStyle(SCell)
to build an immutable cell style to boost search performance.CellRegion
SSheet. 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 class
AbstractCellAdv
class
CellImpl
Methods in io.keikai.model.impl that return SCell Modifier and Type Method Description abstract SCell
AbstractRowAdv. getCell(int index)
SCell
RowImpl. getCell(int cellIdx)
SCell
SheetImpl. getCell(int rowIdx, int columnIdx)
SCell
SheetImpl. 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 void
CellBuffer. applyComment(SCell destCell)
void
CellBuffer. applyHyperlink(SCell destCell)
void
CellBuffer. applyStyle(SCell destCell)
void
CellBuffer. applyValue(SCell destCell)
static CellBuffer
CellBuffer. bufferAll(SCell cell)
EvaluationResult
RuleInfo. evalFormula(SCell cell)
CellRegion
SheetImpl. getCellRegionInArrayFormula(SCell cell)
SCellStyle
BookImpl. getOrAddDefaultHyperlinkStyle(SCell cell)
SCellStyle
BookImpl. getOrCreateDefaultHyperlinkStyle(SCell cell)
boolean
ConditionalFormattingRuleImpl. match(SCell cell)
void
PasteCellHelper. pasteValue(CellBuffer buffer, SCell destCell, SheetRegion cutFrom, boolean pasteFormula, int rowOffset, int columnOffset, boolean transpose, int rowOrigin, int columnOrigin, Set<SName> names)
CellRegion
SheetImpl. 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.PdfPCell
PdfExporter. createPdfCell(CellRegion clipRegion, CellRegion renderRegion, SCell zssCell, CellRegion outlineRegion, SSheet sheet, boolean printGridLines, boolean printOutline, boolean extended)
creates a PdfCell from POICell
protected Object[]
PdfExporter. createPhrase(SCell zssCell)
creates Phrase for corresponding ZSS Cell.protected int
PdfExporter. getExtendedEndColumn(SSheet sheet, SCell zssCell, int colIdx)
protected int
PdfExporter. getExtendedEndColumn0(SSheet sheet, SCell zssCell, int colIdx)
protected boolean
PdfExporter. isPartOfMergedRegion(SSheet sheet, SCell cell)
checks if POICell
is 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 FormatResult
FormatEngineImpl. format(SCell cell, FormatContext context)
static int
FormatEngineImpl. getCellWidth256(SCell cell)
String
FormatEngineImpl. getEditText(SCell cell, FormatContext context)
String
FormatEngineImpl. getFormat(SCell cell, FormatContext context)
protected String
FormatEngineImpl. 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 void
FormulaEngineImpl. 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 FormatResult
FormatEngine. format(SCell cell, FormatContext ctx)
Format the cell by it's formatString
FormatEngine. getEditText(SCell cell, FormatContext ctx)
Get the editText of cellString
FormatEngine. 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 SCell
FormulaClearContext. getCell()
SCell
FormulaEvaluationContext. getCell()
SCell
FormulaParseContext. 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 String
RichTextHelper. getCellRichTextHtml(SCell cell)
static String
RichTextHelper. getCellRichTextHtml(SCell cell, SRichText rstr, boolean wrap)
static String
RichTextHelper. getCellVRichTextHtml(SCell cell, SRichText rstr, boolean wrap)
static int
RichTextHelper. getRichTextHeightPoints(SCell cell, SRichText rstr)
static SFont
RichTextHelper. 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 CellValue
CellValueHelper. getCellValue(SCell cell)
String
CellValueHelper. getFormattedText(SCell cell)
String
RangeHelperBase. getFormattedText(SCell cell)
Object
CellValueHelper. getValue(SCell cell)
static boolean
RangeHelperBase. isBlank(SCell cell)
boolean
BaseMatch2. match(SCell cell)
boolean
CellMatch. match(SCell cell)
boolean
CellMatch2. match(SCell cell)
boolean
ContainsBlank. match(SCell cell)
boolean
ContainsCell. match(SCell cell)
boolean
ContainsError. match(SCell cell)
boolean
DatesMatch2. match(SCell cell)
boolean
DuplicateCell. match(SCell cell)
boolean
ExpressionMatch. match(SCell cell)
boolean
NumMatch. match(SCell cell)
boolean
TrueMatch. match(SCell value)
static SCellStyle
StyleUtil. prepareStyle(SCell srcCell)
static boolean
StyleUtil. setRichTextFontBoldweight(SBook book, SCell cell, SFont.Boldweight bold)
static boolean
StyleUtil. setRichTextFontColor(SBook book, SCell cell, String htmlColor)
static boolean
StyleUtil. setRichTextFontHeightPoints(SBook book, SCell cell, int heightPoints)
static boolean
StyleUtil. setRichTextFontItalic(SBook book, SCell cell, boolean italic)
static boolean
StyleUtil. setRichTextFontName(SBook book, SCell cell, String name)
static boolean
StyleUtil. setRichTextFontStrikeout(SBook book, SCell cell, boolean strike)
static boolean
StyleUtil. setRichTextFontTypeOffset(SBook book, SCell cell, SFont.TypeOffset offset)
static boolean
StyleUtil. 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 void
AutoFillHelper. applyStepValue(SCell srcCell, SCell dstCell, Object value)
Object
BlankStep. next(SCell cell)
Object
CopyStep. next(SCell cell)
Object
DateTimeStep. next(SCell cell)
Object
GrowthStep. next(SCell cell)
Object
LinearStep. next(SCell cell)
Object
Step. 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 SCell
AbstractExcelImporter. 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 void
AbstractExcelExporter. exportCell(Row poiRow, SCell cell)
protected String
AbstractExcelExporter. getFormulaString(SCell cell)
protected boolean
AbstractExcelImporter. 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 void
CellFormatHelper. appendTextCSSStyle(StringBuilder sb, SCell cell, boolean hasMergedBorder)
static String
CellFormatHelper. getFontCSSStyle(SCell cell, SFont font)
static String
CellFormatHelper. getFontHtmlStyle(SSheet sheet, SCell cell, SCellStyle cellStyle, FormatResult ft, SCellStyle tbCellStyle, SConditionalStyle cdStyle)
static SCellStyle.Alignment
CellFormatHelper. 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.ReservedCellContent
ReserveUtil.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 String
FormatEngineEx. getFormulaEditText(SCell cell)
-