接口的使用
com.grapecity.documents.excel.ITextRun
-
com.grapecity.documents.excel中ITextRun的使用
修饰符和类型方法说明添加文本运行到当前的富文本对象中。IRange.characters
(int startIndex, int length) 返回一个代表单元格文本中字符范围的ITextRun对象。ITextRun.insertAfter
(String text) 在当前文本运行后插入一个新的ITextRun
。ITextRun.insertBefore
(String text) 在当前文本运行前插入一个新的ITextRun
。