public class ExcelColumnWidthImpl extends ExcelAnnotationImpl<ExcelColumnWidth>
| Constructor and Description |
|---|
ExcelColumnWidthImpl()
Instantiates a new excel column width impl.
|
ExcelColumnWidthImpl(int width)
Instantiates a new excel column width impl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals.
|
int |
getWidth()
Gets the width.
|
int |
hashCode()
Hash code.
|
void |
setWidth(int width)
Sets the width.
|
clone, getAnnotation, getClassAnnotationpublic ExcelColumnWidthImpl(int width)
width - the widthpublic ExcelColumnWidthImpl()
Copyright © 2022. All rights reserved.