Interface ICellFont

  • All Known Implementing Classes:
    CellFont, XlsCellFont

    public interface ICellFont
    Author:
    DLiauchuk
    • Method Detail

      • getFontColor

        short[] getFontColor()
      • getSize

        int getSize()
      • isBold

        boolean isBold()
      • isItalic

        boolean isItalic()
      • isStrikeout

        boolean isStrikeout()
      • isUnderlined

        boolean isUnderlined()