public class XSSFTableColumn extends Object
Modifier and Type | Class and Description |
---|---|
static class |
XSSFTableColumn.TotalsRowFunction |
Constructor and Description |
---|
XSSFTableColumn(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn ctTableColumn) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getTotalsRowFormula() |
XSSFTableColumn.TotalsRowFunction |
getTotalsRowFunction() |
String |
getTotalsRowLabel() |
void |
setId(int j) |
void |
setName(String name) |
void |
setTotalsRowFormula(String formula) |
void |
setTotalsRowFunction(XSSFTableColumn.TotalsRowFunction func) |
void |
setTotalsRowLabel(String label) |
public XSSFTableColumn(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn ctTableColumn)
public String getName()
public void setName(String name)
public String getTotalsRowLabel()
public void setTotalsRowLabel(String label)
public XSSFTableColumn.TotalsRowFunction getTotalsRowFunction()
public void setTotalsRowFunction(XSSFTableColumn.TotalsRowFunction func)
public String getTotalsRowFormula()
public void setTotalsRowFormula(String formula)
public void setId(int j)
Copyright © 2020. All rights reserved.