Interface EditableFont

All Superinterfaces:
Font
All Known Implementing Classes:
EditableFontImpl

@Deprecated public interface EditableFont extends Font
Deprecated.
As if release 5.3.0, replaced by Range.CellStyleHelper.builder(CellStyle) to build an immutable font
This interface allows you to change a cell's font.
Since:
3.0.0
Author:
dennis
  • Method Details

    • 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.