Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
static SpreadsheetHyperlink |
SpreadsheetHyperlink.create(SpreadsheetHyperlinkCollection parent,
Object key)
Deprecated.
This method is internal and should not be used.
|
SpreadsheetHyperlink |
SpreadsheetHyperlinkCollection.get(int index)
Gets the hyperlink at the specified index.
|
SpreadsheetHyperlink |
ExcelDrawing.getHyperlink()
Gets the hyperlink on this drawing (picture, chart, etc.).
|
SpreadsheetHyperlink |
ExcelCell.getHyperlink()
Gets cell hyperlink.
|
SpreadsheetHyperlink |
CellRange.getHyperlink()
Gets hyperlink
|
abstract SpreadsheetHyperlink |
AbstractRange.getHyperlink()
Gets hyperlink.
|
Modifier and Type | Method and Description |
---|---|
com.gembox.spreadsheet.internal.EditorDataHandler<SpreadsheetHyperlink,com.gembox.spreadsheet.internal.SpreadsheetHyperlinkData> |
SpreadsheetHyperlink.getDataHandler()
Deprecated.
This method is internal and should not be used.
|
Iterator<SpreadsheetHyperlink> |
SpreadsheetHyperlinkCollection.iterator()
Returns an iterator for the collection.
|
Modifier and Type | Method and Description |
---|---|
void |
ExcelDrawing.setHyperlink(SpreadsheetHyperlink value)
Sets the hyperlink on this drawing (picture, chart, etc.).
|
void |
ExcelCell.setHyperlink(SpreadsheetHyperlink value)
Sets cell hyperlink.
|
void |
CellRange.setHyperlink(SpreadsheetHyperlink value)
Sets hyperlink
|
abstract void |
AbstractRange.setHyperlink(SpreadsheetHyperlink value)
Sets hyperlink.
|
© GemBox d.o.o. — All rights reserved.