|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IHyperlinkContainer
Provides access to members that manage all the hyperlinks of a layer.
Manages the so-called dynamic hyperlinks in a layer. These hyperlinks are not dependent on a field and do not call a macro.
| Method Summary | |
|---|---|
void |
addHyperlink(IHyperlink link)
Adds a hyperlink. |
IHyperlink |
getHyperlink(int index)
The hyperlink at the specified index. |
int |
getHyperlinkCount()
Number of hyperlinks. |
void |
removeHyperlink(int index)
Removes the hyperlink at the specified index. |
void |
setHyperlinkByRef(int index,
IHyperlink link)
The hyperlink at the specified index. |
| Method Detail |
|---|
int getHyperlinkCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IHyperlink getHyperlink(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHyperlinkByRef(int index,
IHyperlink link)
throws IOException,
AutomationException
index - The index (in)link - A reference to a com.esri.arcgis.carto.IHyperlink (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addHyperlink(IHyperlink link)
throws IOException,
AutomationException
link - A reference to a com.esri.arcgis.carto.IHyperlink (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeHyperlink(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||