Uses of Class
io.keikai.model.sys.formula.FormulaType
-
Packages that use FormulaType Package Description io.keikai.model.impl io.keikai.model.impl.sys.formula io.keikai.model.sys.formula -
-
Uses of FormulaType in io.keikai.model.impl
Methods in io.keikai.model.impl with parameters of type FormulaType Modifier and Type Method Description abstract voidAbstractCellAdv. setFormulaValue(java.lang.String formula, FormulaType formulaType)abstract voidAbstractCellAdv. setFormulaValue(java.lang.String formula, java.util.Locale locale, FormulaType formulaType)voidCellImpl. setFormulaValue(java.lang.String formula, FormulaType formulaType)voidCellImpl. setFormulaValue(java.lang.String formula, java.util.Locale locale, FormulaType formulaType) -
Uses of FormulaType in io.keikai.model.impl.sys.formula
Methods in io.keikai.model.impl.sys.formula with parameters of type FormulaType Modifier and Type Method Description static org.apache.poi.ss.formula.FormulaTypeFormulaEngineImpl. convertToPOIFormulaType(FormulaType formulaType) -
Uses of FormulaType in io.keikai.model.sys.formula
Methods in io.keikai.model.sys.formula that return FormulaType Modifier and Type Method Description FormulaTypeFormulaParseContext. getFormulaType()static FormulaTypeFormulaType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FormulaType[]FormulaType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.keikai.model.sys.formula with parameters of type FormulaType Constructor Description 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(SBook book, Ref dependent, FormulaType formulaType)FormulaParseContext(SCell cell, Ref dependent, FormulaType formulaType)FormulaParseContext(SCell cell, java.lang.String sheetName, Ref dependent, FormulaType formulaType)FormulaParseContext(SSheet sheet, Ref dependent, FormulaType formulaType)FormulaParseContext(SSheet sheet, java.lang.String sheetName, Ref dependent, FormulaType formulaType)
-