| Package | Description |
|---|---|
| com.grapecity.documents.excel | |
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
IHyperlink |
IHyperlinks.add(IRange anchor,
java.lang.String address)
Adds a hyperlink to the specified range (
IHyperlink object). |
IHyperlink |
IHyperlinks.add(IRange anchor,
java.lang.String address,
java.lang.String subAddress,
java.lang.String screenTip,
java.lang.String textToDisplay)
Adds a hyperlink to the specified range (
IHyperlink object). |
IHyperlink |
IHyperlinks.add(IShape shape,
java.lang.String address)
Adds a hyperlink to the specified shape (
IHyperlink object). |
IHyperlink |
IHyperlinks.add(IShape shape,
java.lang.String address,
java.lang.String subAddress,
java.lang.String screenTip,
java.lang.String textToDisplay)
Adds a hyperlink to the specified shape (
IHyperlink object). |
IHyperlink |
IHyperlinks.get(int index)
Gets the
IHyperlink by index. |
| Modifier and Type | Method and Description |
|---|---|
IHyperlink |
IShape.getHyperlink()
Returns a Hyperlink object that represents the hyperlink for the shape.
|