Class TableColumn
java.lang.Object
com.independentsoft.office.spreadsheet.tables.TableColumn
The Class TableColumn.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new table column.TableColumn(long id, String name)Instantiates a new table column. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the calculated column formula.Gets the data cell style.longGets the header row cell format id.Gets the header row cell style.longgetID()Gets the id.longGets the insert row format id.getName()Gets the name.longGets the query table field id.Gets the totals row cell style.longGets the totals row format id.Gets the totals row formula.Gets the totals row function.Gets the totals row label.Gets the unique name.Gets the xml column properties.voidsetCalculatedColumnFormula(CalculatedColumnFormula calculatedColumnFormula)Sets the calculated column formula.voidsetDataCellStyle(String dataCellStyle)Sets the data cell style.voidsetHeaderRowCellFormatID(long headerRowCellFormatID)Sets the header row cell format id.voidsetHeaderRowCellStyle(String headerRowCellStyle)Sets the header row cell style.voidsetID(long id)Sets the id.voidsetInsertRowFormatID(long insertRowFormatID)Sets the insert row format id.voidSets the name.voidsetQueryTableFieldID(long queryTableFieldID)Sets the query table field id.voidsetTotalsRowCellStyle(String totalsRowCellStyle)Sets the totals row cell style.voidsetTotalsRowFormatID(long totalsRowFormatID)Sets the totals row format id.voidsetTotalsRowFormula(TotalsRowFormula totalsRowFormula)Sets the totals row formula.voidsetTotalsRowFunction(TotalsRowFunction totalsRowFunction)Sets the totals row function.voidsetTotalsRowLabel(String totalsRowLabel)Sets the totals row label.voidsetUniqueName(String uniqueName)Sets the unique name.toString()
-
Constructor Details
-
TableColumn
public TableColumn()Instantiates a new table column. -
TableColumn
Instantiates a new table column.- Parameters:
id- the idname- the name
-
-
Method Details
-
clone
-
toString
-
getDataCellStyle
Gets the data cell style.- Returns:
- the data cell style
-
setDataCellStyle
Sets the data cell style.- Parameters:
dataCellStyle- the new data cell style
-
getInsertRowFormatID
public long getInsertRowFormatID()Gets the insert row format id.- Returns:
- the insert row format id
-
setInsertRowFormatID
public void setInsertRowFormatID(long insertRowFormatID)Sets the insert row format id.- Parameters:
insertRowFormatID- the new insert row format id
-
getHeaderRowCellStyle
Gets the header row cell style.- Returns:
- the header row cell style
-
setHeaderRowCellStyle
Sets the header row cell style.- Parameters:
headerRowCellStyle- the new header row cell style
-
getHeaderRowCellFormatID
public long getHeaderRowCellFormatID()Gets the header row cell format id.- Returns:
- the header row cell format id
-
setHeaderRowCellFormatID
public void setHeaderRowCellFormatID(long headerRowCellFormatID)Sets the header row cell format id.- Parameters:
headerRowCellFormatID- the new header row cell format id
-
getID
public long getID()Gets the id.- Returns:
- the id
-
setID
public void setID(long id)Sets the id.- Parameters:
id- the new id
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
getQueryTableFieldID
public long getQueryTableFieldID()Gets the query table field id.- Returns:
- the query table field id
-
setQueryTableFieldID
public void setQueryTableFieldID(long queryTableFieldID)Sets the query table field id.- Parameters:
queryTableFieldID- the new query table field id
-
getTotalsRowCellStyle
Gets the totals row cell style.- Returns:
- the totals row cell style
-
setTotalsRowCellStyle
Sets the totals row cell style.- Parameters:
totalsRowCellStyle- the new totals row cell style
-
getTotalsRowFormatID
public long getTotalsRowFormatID()Gets the totals row format id.- Returns:
- the totals row format id
-
setTotalsRowFormatID
public void setTotalsRowFormatID(long totalsRowFormatID)Sets the totals row format id.- Parameters:
totalsRowFormatID- the new totals row format id
-
getTotalsRowFunction
Gets the totals row function.- Returns:
- the totals row function
-
setTotalsRowFunction
Sets the totals row function.- Parameters:
totalsRowFunction- the new totals row function
-
getTotalsRowLabel
Gets the totals row label.- Returns:
- the totals row label
-
setTotalsRowLabel
Sets the totals row label.- Parameters:
totalsRowLabel- the new totals row label
-
getUniqueName
Gets the unique name.- Returns:
- the unique name
-
setUniqueName
Sets the unique name.- Parameters:
uniqueName- the new unique name
-
getCalculatedColumnFormula
Gets the calculated column formula.- Returns:
- the calculated column formula
-
setCalculatedColumnFormula
Sets the calculated column formula.- Parameters:
calculatedColumnFormula- the new calculated column formula
-
getTotalsRowFormula
Gets the totals row formula.- Returns:
- the totals row formula
-
setTotalsRowFormula
Sets the totals row formula.- Parameters:
totalsRowFormula- the new totals row formula
-
getXmlColumnProperties
Gets the xml column properties.- Returns:
- the xml column properties
-