public class XssfRichStringWrapper extends java.lang.Object implements POIRichStringAction
| 构造器和说明 |
|---|
XssfRichStringWrapper(com.fr.third.v2.org.apache.poi.xssf.usermodel.XSSFRichTextString hssfRichStr) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
applyFont(int startIndex,
int endIndex,
POIFontAction font)
设置字体
|
java.lang.String |
getPureContent() |
com.fr.third.v2.org.apache.poi.xssf.usermodel.XSSFRichTextString |
getRichString() |
public XssfRichStringWrapper(com.fr.third.v2.org.apache.poi.xssf.usermodel.XSSFRichTextString hssfRichStr)
public com.fr.third.v2.org.apache.poi.xssf.usermodel.XSSFRichTextString getRichString()
getRichString 在接口中 POIRichStringActionpublic java.lang.String getPureContent()
getPureContent 在接口中 POIRichStringActionpublic void applyFont(int startIndex,
int endIndex,
POIFontAction font)
applyFont 在接口中 POIRichStringActionstartIndex - 其实位置endIndex - 终点位置font - 字体