public interface POIRichStringAction<T>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
applyFont(int startIndex,
int endIndex,
POIFontAction font)
设置字体
|
java.lang.String |
getPureContent() |
T |
getRichString() |
T getRichString()
java.lang.String getPureContent()
void applyFont(int startIndex,
int endIndex,
POIFontAction font)
startIndex - 其实位置endIndex - 终点位置font - 字体