public class ExcelSubtotalImpl extends ExcelAnnotationImpl<ExcelSubtotal>
| Constructor and Description |
|---|
ExcelSubtotalImpl()
Instantiates a new excel subtotal impl.
|
ExcelSubtotalImpl(ExcelCellLayout excelCellLayout,
boolean enable,
org.apache.poi.ss.usermodel.DataConsolidateFunction dataConsolidateFunction)
Instantiates a new excel subtotal impl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals.
|
org.apache.poi.ss.usermodel.DataConsolidateFunction |
getDataConsolidateFunction()
Gets the data consolidate function.
|
ExcelCellLayout |
getExcelCellLayout()
Gets the excel cell layout.
|
int |
hashCode()
Hash code.
|
boolean |
isEnable()
Checks if is enable.
|
void |
setDataConsolidateFunction(org.apache.poi.ss.usermodel.DataConsolidateFunction dataConsolidateFunction)
Sets the data consolidate function.
|
void |
setEnable(boolean enable)
Sets the enable.
|
void |
setExcelCellLayout(ExcelCellLayout excelCellLayout)
Sets the excel cell layout.
|
clone, getAnnotation, getClassAnnotationpublic ExcelSubtotalImpl()
public ExcelSubtotalImpl(ExcelCellLayout excelCellLayout, boolean enable, org.apache.poi.ss.usermodel.DataConsolidateFunction dataConsolidateFunction)
excelCellLayout - the excel cell layoutenable - the enabledataConsolidateFunction - the data consolidate functionpublic ExcelCellLayout getExcelCellLayout()
public boolean isEnable()
public org.apache.poi.ss.usermodel.DataConsolidateFunction getDataConsolidateFunction()
public void setExcelCellLayout(ExcelCellLayout excelCellLayout)
excelCellLayout - the new excel cell layoutpublic void setEnable(boolean enable)
enable - the new enablepublic void setDataConsolidateFunction(org.apache.poi.ss.usermodel.DataConsolidateFunction dataConsolidateFunction)
dataConsolidateFunction - the new data consolidate functionCopyright © 2022. All rights reserved.