public class ExcelBorderImpl extends ExcelAnnotationImpl<ExcelBorder>
| Constructor and Description |
|---|
ExcelBorderImpl()
Instantiates a new excel border impl.
|
ExcelBorderImpl(org.apache.poi.ss.usermodel.BorderStyle left,
org.apache.poi.ss.usermodel.BorderStyle top,
org.apache.poi.ss.usermodel.BorderStyle right,
org.apache.poi.ss.usermodel.BorderStyle bottom)
Instantiates a new excel border impl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals.
|
org.apache.poi.ss.usermodel.BorderStyle |
getBottom()
Gets the bottom.
|
org.apache.poi.ss.usermodel.BorderStyle |
getLeft()
Gets the left.
|
org.apache.poi.ss.usermodel.BorderStyle |
getRight()
Gets the right.
|
org.apache.poi.ss.usermodel.BorderStyle |
getTop()
Gets the top.
|
int |
hashCode()
Hash code.
|
void |
setBottom(org.apache.poi.ss.usermodel.BorderStyle bottom)
Sets the bottom.
|
void |
setLeft(org.apache.poi.ss.usermodel.BorderStyle left)
Sets the left.
|
void |
setRight(org.apache.poi.ss.usermodel.BorderStyle right)
Sets the right.
|
void |
setTop(org.apache.poi.ss.usermodel.BorderStyle top)
Sets the top.
|
clone, getAnnotation, getClassAnnotationpublic ExcelBorderImpl(org.apache.poi.ss.usermodel.BorderStyle left,
org.apache.poi.ss.usermodel.BorderStyle top,
org.apache.poi.ss.usermodel.BorderStyle right,
org.apache.poi.ss.usermodel.BorderStyle bottom)
left - the lefttop - the topright - the rightbottom - the bottompublic ExcelBorderImpl()
public org.apache.poi.ss.usermodel.BorderStyle getLeft()
public void setLeft(org.apache.poi.ss.usermodel.BorderStyle left)
left - the new leftpublic org.apache.poi.ss.usermodel.BorderStyle getTop()
public void setTop(org.apache.poi.ss.usermodel.BorderStyle top)
top - the new toppublic org.apache.poi.ss.usermodel.BorderStyle getRight()
public void setRight(org.apache.poi.ss.usermodel.BorderStyle right)
right - the new rightpublic org.apache.poi.ss.usermodel.BorderStyle getBottom()
public void setBottom(org.apache.poi.ss.usermodel.BorderStyle bottom)
bottom - the new bottomCopyright © 2022. All rights reserved.