Package com.grapecity.documents.excel
Interface IRichText
Represents the rich text class for a cell.
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
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.
-