public class XssfFontWrapper extends java.lang.Object implements POIFontAction
构造器和说明 |
---|
XssfFontWrapper() |
XssfFontWrapper(com.fr.third.v2.org.apache.poi.ss.usermodel.Font font) |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Object |
getFont() |
void |
setBoldweight(short weight) |
void |
setCharSet(byte charset) |
void |
setFont(java.lang.Object font) |
void |
setFontHeight(short height) |
void |
setFontHeightInPoints(short height) |
void |
setFontName(java.lang.String name) |
void |
setItalic(boolean isIta) |
void |
setStrikeout(boolean isStrikeOut) |
void |
setTypeOffset(short tag) |
void |
setUnderline(byte type) |
public XssfFontWrapper()
public XssfFontWrapper(com.fr.third.v2.org.apache.poi.ss.usermodel.Font font)
public void setFontHeight(short height)
setFontHeight
在接口中 POIFontAction
public void setFontName(java.lang.String name)
setFontName
在接口中 POIFontAction
public void setBoldweight(short weight)
setBoldweight
在接口中 POIFontAction
public void setItalic(boolean isIta)
setItalic
在接口中 POIFontAction
public void setFont(java.lang.Object font)
setFont
在接口中 POIFontAction
public java.lang.Object getFont()
getFont
在接口中 POIFontAction
public void setStrikeout(boolean isStrikeOut)
setStrikeout
在接口中 POIFontAction
public void setUnderline(byte type)
setUnderline
在接口中 POIFontAction
public void setTypeOffset(short tag)
setTypeOffset
在接口中 POIFontAction
public void setCharSet(byte charset)
setCharSet
在接口中 POIFontAction
public void setFontHeightInPoints(short height)
setFontHeightInPoints
在接口中 POIFontAction