Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
FormattedCharacterRange |
ExcelComment.getCharacters(int startIndex)
Returns a
FormattedCharacterRange object that represents a range of characters within the comment text. |
FormattedCharacterRange |
AbstractRange.getCharacters(int startIndex)
Returns a
FormattedCharacterRange object that represents a range of characters within the cell text. |
FormattedCharacterRange |
ExcelComment.getCharacters(int startIndex,
int length)
Returns a
FormattedCharacterRange object that represents a range of characters within the comment text. |
FormattedCharacterRange |
AbstractRange.getCharacters(int startIndex,
int length)
Returns a
FormattedCharacterRange object that represents a range of characters within the cell text. |
Modifier and Type | Method and Description |
---|---|
Iterable<FormattedCharacterRange> |
AbstractRange.getCharacterRanges()
Returns all
FormattedCharacterRange objects that represents a range of characters within the cell text. |
© GemBox d.o.o. — All rights reserved.