Class CellStyle

java.lang.Object
com.amalgamasimulation.excel.CellStyle

public class CellStyle extends Object
  • Constructor Details

    • CellStyle

      public CellStyle(org.apache.poi.xssf.usermodel.XSSFWorkbook workbook, Color borderColor, Color backgroundColor, String dataFormat, boolean wrapText)
    • CellStyle

      public CellStyle(org.apache.poi.xssf.usermodel.XSSFWorkbook workbook, Color borderColor, Color backgroundColor, String dataFormat, boolean wrapText, org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment)
  • Method Details

    • getXSSFCellStyle

      public org.apache.poi.xssf.usermodel.XSSFCellStyle getXSSFCellStyle()
    • getBorderColor

      public Color getBorderColor()
    • getBackgroundColor

      public Color getBackgroundColor()
    • getDataFormat

      public String getDataFormat()
    • isWrapText

      public boolean isWrapText()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object