Interface EditableFont

    • Method Detail

      • setFontName

        void setFontName​(String fontName)
        Deprecated.
        Set the font name of cells.
        Parameters:
        fontName - font's name, ,e.g "Calibri"
      • setBoldweight

        void setBoldweight​(Font.Boldweight boldweight)
        Deprecated.
      • setItalic

        void setItalic​(boolean italic)
        Deprecated.
      • setStrikeout

        void setStrikeout​(boolean strikeout)
        Deprecated.
      • setUnderline

        void setUnderline​(Font.Underline underline)
        Deprecated.
      • setFontHeight

        void setFontHeight​(int height)
        Deprecated.
      • setFontHeightInPoint

        void setFontHeightInPoint​(int point)
        Deprecated.
      • setColor

        void setColor​(Color color)
        Deprecated.