Class ExcelBorder

java.lang.Object
bld.generator.report.excel.data.ExcelBorder

public class ExcelBorder extends Object
The Class ExcelBorder.
This class is a property on LayoutCell class.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Equals.
    org.apache.poi.ss.usermodel.BorderStyle
    Gets the bottom.
    org.apache.poi.ss.usermodel.BorderStyle
    Gets the left.
    org.apache.poi.ss.usermodel.BorderStyle
    Gets the right.
    org.apache.poi.ss.usermodel.BorderStyle
    Gets the top.
    int
    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.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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.
      Overrides:
      hashCode in class Object
      Returns:
      the int
    • equals

      public boolean equals(Object obj)
      Equals.
      Overrides:
      equals in class Object
      Parameters:
      obj - the obj
      Returns:
      true, if successful