接口的使用
com.grapecity.documents.excel.ITextRun
-
com.grapecity.documents.excel中ITextRun的使用
修饰符和类型方法说明Adds a text run into current rich text object.IRange.characters
(int startIndex, int length) Returns a ITextRun object that represents a range of characters within the cell text.ITextRun.insertAfter
(String text) Inserts a newITextRun
after current text run.ITextRun.insertBefore
(String text) Inserts a newITextRun
before current text run.