public interface IHyperlinks extends java.lang.Iterable<IHyperlink>
IHyperlink object.| Modifier and Type | Method and Description |
|---|---|
IHyperlink |
add(IRange anchor,
java.lang.String address)
Adds a hyperlink to the specified range (
IHyperlink object). |
IHyperlink |
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 |
add(IShape shape,
java.lang.String address)
Adds a hyperlink to the specified shape (
IHyperlink object). |
IHyperlink |
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). |
void |
delete()
Deletes the object.
|
IHyperlink |
get(int index)
Gets the
IHyperlink by index. |
int |
getCount()
Returns the number of objects in the collection.
|
IHyperlink get(int index)
IHyperlink by index.index - The index of the collection.IHyperlink object.int getCount()
IHyperlink add(IRange anchor, java.lang.String address)
IHyperlink object).anchor - Required IRangeThe anchor for the hyperlink.address - Required String. The address of the hyperlink.IHyperlink add(IRange anchor, java.lang.String address, java.lang.String subAddress, java.lang.String screenTip, java.lang.String textToDisplay)
IHyperlink object).anchor - Required IRangeThe anchor for the hyperlink.address - Required String. The address of the hyperlink.subAddress - Optional Object. The subaddress of the hyperlink.screenTip - Optional Object. The screen tip to be displayed when the mouse
pointer is paused over the hyperlink.textToDisplay - Optional Object. The text to be displayed for the hyperlink.IHyperlink add(IShape shape, java.lang.String address)
IHyperlink object).shape - Required IShapeThe shape for the hyperlink.address - Required String. The address of the hyperlink.IHyperlink add(IShape shape, java.lang.String address, java.lang.String subAddress, java.lang.String screenTip, java.lang.String textToDisplay)
IHyperlink object).anchor - Required IRangeThe shape for the hyperlink.address - Required String. The address of the hyperlink.subAddress - Optional Object. The subaddress of the hyperlink.screenTip - Optional Object. The screen tip to be displayed when the mouse
pointer is paused over the hyperlink.textToDisplay - Optional Object. The text to be displayed for the hyperlink.void delete()