public class ExcelHeaderLayoutImpl extends ExcelAnnotationImpl<ExcelHeaderLayout>
| Constructor and Description |
|---|
ExcelHeaderLayoutImpl()
Instantiates a new excel header layout impl.
|
ExcelHeaderLayoutImpl(short rowHeight,
ExcelHeaderCellLayout excelHeaderCellLayout)
Instantiates a new excel header layout impl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals.
|
ExcelHeaderCellLayout |
getExcelHeaderCellLayout()
Gets the excel header cell layout.
|
short |
getRowHeight()
Gets the row height.
|
int |
hashCode()
Hash code.
|
void |
setExcelHeaderCellLayout(ExcelHeaderCellLayout excelHeaderCellLayout)
Sets the excel header cell layout.
|
void |
setRowHeight(short rowHeight)
Sets the row height.
|
clone, getAnnotation, getClassAnnotationpublic ExcelHeaderLayoutImpl()
public ExcelHeaderLayoutImpl(short rowHeight,
ExcelHeaderCellLayout excelHeaderCellLayout)
rowHeight - the row heightexcelHeaderCellLayout - the excel header cell layoutpublic short getRowHeight()
public void setRowHeight(short rowHeight)
rowHeight - the new row heightpublic ExcelHeaderCellLayout getExcelHeaderCellLayout()
public void setExcelHeaderCellLayout(ExcelHeaderCellLayout excelHeaderCellLayout)
excelHeaderCellLayout - the new excel header cell layoutCopyright © 2022. All rights reserved.