Uses of Enum Class
io.keikai.model.sys.formula.FormulaType
Packages that use FormulaType
Package
Description
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Book Model Engines classes.
-
Uses of FormulaType in io.keikai.model.impl
Methods in io.keikai.model.impl with parameters of type FormulaTypeModifier and TypeMethodDescriptionabstract voidAbstractCellAdv.setFormulaValue(String formula, FormulaType formulaType) abstract voidAbstractCellAdv.setFormulaValue(String formula, Locale locale, FormulaType formulaType) -
Uses of FormulaType in io.keikai.model.sys.formula
Methods in io.keikai.model.sys.formula that return FormulaTypeModifier and TypeMethodDescriptionFormulaParseContext.getFormulaType()static FormulaTypeReturns the enum constant of this class with the specified name.static FormulaType[]FormulaType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.keikai.model.sys.formula with parameters of type FormulaTypeModifierConstructorDescriptionFormulaParseContext(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(SBook book, Ref dependent, FormulaType formulaType) FormulaParseContext(SCell cell, Ref dependent, FormulaType formulaType) FormulaParseContext(SCell cell, String sheetName, Ref dependent, FormulaType formulaType) FormulaParseContext(SSheet sheet, Ref dependent, FormulaType formulaType) FormulaParseContext(SSheet sheet, String sheetName, Ref dependent, FormulaType formulaType)