ListColumnModel
Overview
ListColumnModel 是一个类在Java的FOSS中.
对于表 (ListObject) 的内部模型列.
本类提供了10种方法,用于在Java程序中使用ListColumnModel 对象. 有的方法包括: getId, getName, getTotalsRowFormula, getTotalsRowFunction, getTotalsRowLabel, setId, setName, setTotalsRowFormula, setTotalsRowFunction, setTotalsRowLabel. 所有导出成员都可访问任何Java应用程序,在安装了Aspose.Cells FOSS for Java包后. 特性: id, name, totalsRowFormula, totalsRowFunction, totalsRowLabel.
Description
ListColumnModel 是一个类在Java的Aspose.Cells FOSS库中,它暴露了10种方法和5个属性用于编程.
核心能力包括: string; string; string.这些操作使开发人员能够直接将列表或模型功能集成到Java应用中.
课程还提供了 id 产品 (得到ID), name 财产 (得到了名称), totalsRowFunction 属性 (得到总数行函数).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
id | int | Read | 得到了身份证. |
name | String | Read | 得到了这个名字. |
totalsRowFunction | String | Read | 得到了总数行函数. |
totalsRowLabel | String | Read | 得到了总数行标签. |
totalsRowFormula | String | Read | 这就是总数的公式. |
Methods
| Signature | Description |
|---|---|
getId() → int | 返回身份证. |
setId(id: int) | 设置 id 的值. |
getName() → String | 返回名称. |
setName(name: String) | 设置名称值. |
getTotalsRowFunction() → String | 返回总数行函数. |
setTotalsRowFunction(totalsRowFunction: String) | 设置总数行函数值. |
getTotalsRowLabel() → String | 返回总数行标签. |
setTotalsRowLabel(totalsRowLabel: String) | 设置总数行标签值. |
getTotalsRowFormula() → String | 返回总数行公式. |
setTotalsRowFormula(totalsRowFormula: String) | 设置总数行公式值. |