public class ExcelBorder extends Object
LayoutCell class.| Constructor and Description |
|---|
ExcelBorder() |
| 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.
|
public 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 getBottom()
public void setBottom(org.apache.poi.ss.usermodel.BorderStyle bottom)
bottom - the new bottompublic 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 getRight()
public void setRight(org.apache.poi.ss.usermodel.BorderStyle right)
right - the new rightCopyright © 2022. All rights reserved.