Interface PatternFormatting

All Known Implementing Classes:
HSSFPatternFormatting, XSSFPatternFormatting

public interface PatternFormatting
Author:
Yegor Kozlov
  • Field Details

  • Method Details

    • getFillBackgroundColor

      short getFillBackgroundColor()
    • getFillForegroundColor

      short getFillForegroundColor()
    • getFillBackgroundColorColor

      Color getFillBackgroundColorColor()
    • getFillForegroundColorColor

      Color getFillForegroundColorColor()
    • getFillPattern

      short getFillPattern()
    • setFillBackgroundColor

      void setFillBackgroundColor(short bg)
    • setFillForegroundColor

      void setFillForegroundColor(short fg)
    • setFillBackgroundColor

      void setFillBackgroundColor(Color bg)
    • setFillForegroundColor

      void setFillForegroundColor(Color fg)
    • setFillPattern

      void setFillPattern(short fp)