|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IHotlinkContainer
Provides access to members that manage all the hotlinks of a layer (e.g. field based hyperlinks or those that that call macros).
Hotlinks are hyperlinks that require a container (i.e. they reside on a layer) because they are either based on a field or they call a macro.
| Method Summary | |
|---|---|
String |
getHotlinkField()
Field used for hotlinks. |
int |
getHotlinkType()
Hotlink type. |
void |
setHotlinkField(String fieldName)
Field used for hotlinks. |
void |
setHotlinkType(int linkType)
Hotlink type. |
| Method Detail |
|---|
String getHotlinkField()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHotlinkField(String fieldName)
throws IOException,
AutomationException
fieldName - The fieldName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getHotlinkType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHotlinkType(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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||