ListColumn
Overview
ListColumn 是一个类在Java的FOSS中.
表示 Excel 表中的列 (ListObject).
本类提供了11种方法,用于在Java程序中使用ListColumn 对象. 有的方法包括: getId, getName, getTotalsCalculation, getTotalsRowFormula, getTotalsRowLabel, parseTotalsCalculation, setName, setTotalsCalculation, setTotalsRowFormula, setTotalsRowLabel, totalsCalculationToString. 所有导出成员都可访问任何Java应用程序,在安装了Aspose.Cells FOSS for Java包后. 特性: id, name, totalsCalculation, totalsRowFormula, totalsRowLabel.
Description
ListColumn 是一个类在Java的Aspose.Cells FOSS库中,它暴露了11种方法和5个属性用于编程.
核心能力包括: string; totalscalculation; string.这些操作使开发人员能够直接将列表功能集成到Java应用中.
课程还提供了 id 属性 (在 ooxml 中存储的单基列标识符), name 财产 (得到了名称), totalsCalculation 获得总数计算.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
id | int | Read | 在OOXML中存储的单基列标识符. |
name | String | Read | 得到了这个名字. |
totalsCalculation | TotalsCalculation | Read | 得到总数的计算. |
totalsRowLabel | String | Read | 得到了总数行标签. |
totalsRowFormula | String | Read | 这就是总数的公式. |
Methods
| Signature | Description |
|---|---|
getId() → int | 在OOXML中存储的单基列标识符. |
getName() → String | 返回名称. |
setName(name: String) | 设置名称值. |
getTotalsCalculation() → TotalsCalculation | 返回总数计算. |
setTotalsCalculation(calc: TotalsCalculation) | 设置总数计算值. |
getTotalsRowLabel() → String | 返回总数行标签. |
setTotalsRowLabel(label: String) | 设置总数行标签值. |
getTotalsRowFormula() → String | 返回总数行公式. |
setTotalsRowFormula(formula: String) | 设置总数行公式值. |
parseTotalsCalculation(raw: String) → TotalsCalculation | |
totalsCalculationToString(calc: TotalsCalculation) → String |