类 Font
java.lang.Object
com.sh.wf.excel.metadata.Font
已过时。
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明short已过时。已过时。booleanisBold()已过时。voidsetBold(boolean bold) 已过时。voidsetFontHeightInPoints(short fontHeightInPoints) 已过时。voidsetFontName(String fontName) 已过时。
-
构造器详细资料
-
Font
public Font()已过时。
-
-
方法详细资料
-
getFontName
已过时。 -
setFontName
已过时。 -
getFontHeightInPoints
public short getFontHeightInPoints()已过时。 -
setFontHeightInPoints
public void setFontHeightInPoints(short fontHeightInPoints) 已过时。 -
isBold
public boolean isBold()已过时。 -
setBold
public void setBold(boolean bold) 已过时。
-
WriteFont