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

NameTypeAccessDescription
idintRead在OOXML中存储的单基列标识符.
nameStringRead得到了这个名字.
totalsCalculationTotalsCalculationRead得到总数的计算.
totalsRowLabelStringRead得到了总数行标签.
totalsRowFormulaStringRead这就是总数的公式.

Methods

SignatureDescription
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

See Also

 中文