| Constructor and Description |
|---|
ExcelHeaderLayoutImpl(short rowHeight,
ExcelHeaderCellLayout excelHeaderCellLayout)
Instantiates a new excel header layout impl.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clone.
|
boolean |
equals(Object obj)
Equals.
|
ExcelHeaderCellLayout |
getExcelHeaderCellLayout()
Gets the excel header cell layout.
|
ExcelHeaderLayout |
getExcelHeaderLayout()
Gets the excel header 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.
|
public ExcelHeaderLayoutImpl(short rowHeight,
ExcelHeaderCellLayout excelHeaderCellLayout)
rowHeight - the row heightexcelHeaderCellLayout - the excel header cell layoutpublic Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException - the clone not supported exceptionpublic ExcelHeaderLayout getExcelHeaderLayout()
public 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 © 2020 Pivotal Software, Inc.. All rights reserved.