public class ExcelRowHeightImpl extends ExcelAnnotationImpl<ExcelRowHeight>
| Constructor and Description |
|---|
ExcelRowHeightImpl()
Instantiates a new excel row height impl.
|
ExcelRowHeightImpl(short height)
Instantiates a new excel row height impl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals.
|
short |
getHeight()
Gets the height.
|
int |
hashCode()
Hash code.
|
void |
setHeight(short height)
Sets the height.
|
clone, getAnnotation, getClassAnnotationpublic ExcelRowHeightImpl()
public ExcelRowHeightImpl(short height)
height - the heightpublic boolean equals(Object obj)
public short getHeight()
public void setHeight(short height)
height - the new heightCopyright © 2022. All rights reserved.