程序包 | 说明 |
---|---|
com.fr.design.formula |
公式编辑相关面板
|
com.fr.function |
包含所有的内置函数
|
com.fr.script |
|
com.fr.stable.script |
构造器和说明 |
---|
NameAndTypeAndFunctionList(java.lang.String name,
Function.Type type) |
限定符和类型 | 方法和说明 |
---|---|
Function.Type |
CalculatorEmbeddedFunction.getType()
函数的分类
|
限定符和类型 | 字段和说明 |
---|---|
static Function.Type |
Function.ARRAY
数组相关函数
|
static Function.Type |
Function.DATETIME
日期处理函数
|
static Function.Type |
Function.DELETE
删除的函数, 代码保留, 用于兼容, 面板上不再显示
|
static Function.Type |
Function.HA
层次坐标相关函数Hierarchy Analysis
|
static Function.Type |
Function.LOGIC
逻辑函数
|
static Function.Type |
Function.MATH
基本数学函数
|
static Function.Type |
Function.OTHER
其他类型的函数
|
static Function.Type |
Function.REPORT
报表相关函数
|
static Function.Type |
Function.TEXT
文本处理函数
|
限定符和类型 | 方法和说明 |
---|---|
Function.Type |
Function.getType()
函数的分类
|