| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
ITextRun |
IRichText.add(java.lang.String text)
Adds a text run into current rich text object.
|
ITextRun |
IRange.characters(int startIndex,
int length)
Returns a ITextRun object that represents a range of characters within the cell text.
|
ITextRun |
ITextRun.insertAfter(java.lang.String text)
Inserts a new
ITextRun after current text run. |
ITextRun |
ITextRun.insertBefore(java.lang.String text)
Inserts a new
ITextRun before current text run. |