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