Package bld.generator.report.excel.data
Class ExcelBorder
java.lang.Object
bld.generator.report.excel.data.ExcelBorder
The Class ExcelBorder.
This class is a property on
This class is a property on
LayoutCell class.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.org.apache.poi.ss.usermodel.BorderStyleGets the bottom.org.apache.poi.ss.usermodel.BorderStylegetLeft()Gets the left.org.apache.poi.ss.usermodel.BorderStylegetRight()Gets the right.org.apache.poi.ss.usermodel.BorderStylegetTop()Gets the top.inthashCode()Hash code.voidsetBottom(org.apache.poi.ss.usermodel.BorderStyle bottom) Sets the bottom.voidsetLeft(org.apache.poi.ss.usermodel.BorderStyle left) Sets the left.voidsetRight(org.apache.poi.ss.usermodel.BorderStyle right) Sets the right.voidsetTop(org.apache.poi.ss.usermodel.BorderStyle top) Sets the top.
-
Constructor Details
-
ExcelBorder
public ExcelBorder()
-
-
Method Details
-
getTop
public org.apache.poi.ss.usermodel.BorderStyle getTop()Gets the top.- Returns:
- the top
-
setTop
public void setTop(org.apache.poi.ss.usermodel.BorderStyle top) Sets the top.- Parameters:
top- the new top
-
getBottom
public org.apache.poi.ss.usermodel.BorderStyle getBottom()Gets the bottom.- Returns:
- the bottom
-
setBottom
public void setBottom(org.apache.poi.ss.usermodel.BorderStyle bottom) Sets the bottom.- Parameters:
bottom- the new bottom
-
getLeft
public org.apache.poi.ss.usermodel.BorderStyle getLeft()Gets the left.- Returns:
- the left
-
setLeft
public void setLeft(org.apache.poi.ss.usermodel.BorderStyle left) Sets the left.- Parameters:
left- the new left
-
getRight
public org.apache.poi.ss.usermodel.BorderStyle getRight()Gets the right.- Returns:
- the right
-
setRight
public void setRight(org.apache.poi.ss.usermodel.BorderStyle right) Sets the right.- Parameters:
right- the new right
-
hashCode
public int hashCode()Hash code. -
equals
Equals.
-