|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHyperlink
Provides access to members that control a dynamic hyperlink (i.e. one that can exist with or without a container).
Hyperlinks are more self-contained and flexible than hotlinks.
Method Summary | |
---|---|
int |
getFeatureId()
Id for the feature that contains the hyperlink. |
String |
getLink()
Hyperlink target. |
int |
getLinkType()
Hyperlink type. |
void |
jump()
Jumps to the hyperlink target. |
void |
setFeatureId(int fID)
Id for the feature that contains the hyperlink. |
void |
setLink(String link)
Hyperlink target. |
void |
setLinkType(int linkType)
Hyperlink type. |
Method Detail |
---|
int getFeatureId() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFeatureId(int fID) throws IOException, AutomationException
fID
- The fID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLink() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLink(String link) throws IOException, AutomationException
link
- The link (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLinkType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLinkType(int linkType) throws IOException, AutomationException
linkType
- A com.esri.arcgis.carto.esriHyperlinkType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void jump() throws IOException, AutomationException
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 |