public class ExcelFunctionRowImpl extends ExcelAnnotationImpl<ExcelFunctionRow>
| Constructor and Description |
|---|
ExcelFunctionRowImpl()
Instantiates a new excel function row impl.
|
ExcelFunctionRowImpl(ExcelCellLayout excelCellsLayout,
ExcelColumn excelColumn,
ExcelFunction excelFunction,
ExcelColumnWidth excelColumnWidth)
Instantiates a new excel function row impl.
|
ExcelFunctionRowImpl(ExcelCellLayout excelCellsLayout,
ExcelColumn excelColumn,
ExcelFunction excelFunction,
ExcelColumnWidth excelColumnWidth,
ExcelHeaderCellLayout excelHeaderCellLayout,
ExcelSubtotal excelSubtotal)
Instantiates a new excel function row impl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals.
|
ExcelCellLayout |
getExcelCellsLayout()
Gets the excel cells layout.
|
ExcelColumn |
getExcelColumn()
Gets the excel column.
|
ExcelColumnWidth |
getExcelColumnWidth()
Gets the excel column width.
|
ExcelHeaderCellLayout |
getExcelHeaderCellLayout()
Gets the excel header cell layout.
|
ExcelSubtotal |
getExcelSubtotal()
Gets the excel subtotal.
|
int |
hashCode()
Hash code.
|
void |
setExcelCellsLayout(ExcelCellLayout excelCellsLayout)
Sets the excel cells layout.
|
void |
setExcelColumn(ExcelColumn excelColumn)
Sets the excel column.
|
void |
setExcelColumnWidth(ExcelColumnWidth excelColumnWidth)
Sets the excel column width.
|
void |
setExcelFunction(ExcelFunction excelFunction)
Sets the excel function.
|
void |
setExcelHeaderCellLayout(ExcelHeaderCellLayout excelHeaderCellLayout)
Sets the excel header cell layout.
|
void |
setExcelSubtotal(ExcelSubtotal excelSubtotal)
Sets the excel subtotal.
|
clone, getAnnotation, getClassAnnotationpublic ExcelFunctionRowImpl()
public ExcelFunctionRowImpl(ExcelCellLayout excelCellsLayout, ExcelColumn excelColumn, ExcelFunction excelFunction, ExcelColumnWidth excelColumnWidth)
excelCellsLayout - the excel cells layoutexcelColumn - the excel columnexcelFunction - the excel functionexcelColumnWidth - the excel column widthpublic ExcelFunctionRowImpl(ExcelCellLayout excelCellsLayout, ExcelColumn excelColumn, ExcelFunction excelFunction, ExcelColumnWidth excelColumnWidth, ExcelHeaderCellLayout excelHeaderCellLayout, ExcelSubtotal excelSubtotal)
excelCellsLayout - the excel cells layoutexcelColumn - the excel columnexcelFunction - the excel functionexcelColumnWidth - the excel column widthexcelHeaderCellLayout - the excel header cell layoutexcelSubtotal - the excel subtotalpublic ExcelCellLayout getExcelCellsLayout()
public void setExcelCellsLayout(ExcelCellLayout excelCellsLayout)
excelCellsLayout - the new excel cells layoutpublic ExcelColumn getExcelColumn()
public ExcelHeaderCellLayout getExcelHeaderCellLayout()
public void setExcelHeaderCellLayout(ExcelHeaderCellLayout excelHeaderCellLayout)
excelHeaderCellLayout - the new excel header cell layoutpublic void setExcelColumn(ExcelColumn excelColumn)
excelColumn - the new excel columnpublic void setExcelFunction(ExcelFunction excelFunction)
excelFunction - the new excel functionpublic ExcelColumnWidth getExcelColumnWidth()
public void setExcelColumnWidth(ExcelColumnWidth excelColumnWidth)
excelColumnWidth - the new excel column widthpublic ExcelSubtotal getExcelSubtotal()
public void setExcelSubtotal(ExcelSubtotal excelSubtotal)
excelSubtotal - the new excel subtotalCopyright © 2022. All rights reserved.