类 Font

java.lang.Object
com.sh.wf.excel.metadata.Font

@Deprecated public class Font extends Object
已过时。
please use WriteFont
  • 构造器详细资料

    • Font

      public Font()
      已过时。
  • 方法详细资料

    • getFontName

      public String getFontName()
      已过时。
    • setFontName

      public void setFontName(String fontName)
      已过时。
    • getFontHeightInPoints

      public short getFontHeightInPoints()
      已过时。
    • setFontHeightInPoints

      public void setFontHeightInPoints(short fontHeightInPoints)
      已过时。
    • isBold

      public boolean isBold()
      已过时。
    • setBold

      public void setBold(boolean bold)
      已过时。