接口的使用
com.grapecity.documents.excel.drawing.ITextRange
-
com.grapecity.documents.excel.drawing中ITextRange的使用
修饰符和类型方法说明ITextRange.add()
向指定的集合中添加文本。向指定的集合中添加文本。向指定的集合中添加文本。ITextRange.get
(int index) 获取指定索引的ITextRange
。ITextRange.getParagraphs()
获取ITextRange
的段落。ITextRange.getRuns()
获取ITextRange
的运行ITextFrame.getTextRange()
返回代表对象中文本的ITextRange
对象。