接口 IRichText
Represents the rich text class for a cell.
-
方法概要
从接口继承的方法 java.lang.Iterable
forEach, iterator, spliterator
-
方法详细资料
-
add
Adds a text run into current rich text object. -
getCount
int getCount()Gets the count of ITextRun objects. -
getPlainText
String getPlainText()Gets the plain text that is composed of all ITextRun objects.
-