![]() | InDesign SDK 20.5 |
#include <IDataLinkAction.h>

Public Types | |
| enum | { kDefaultIID = IID_IDATALINKACTION } |
Public Member Functions | |
| virtual ErrorCode | GotoLink (PMString *errorString)=0 |
| virtual bool16 | EnableGotoLink ()=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
An interface used by UI or scripting for datalink related actions. Clients who implement custom datalink and want to disable or change these actions should implement this interface.
| pure virtual |
Returns whether the go to link is allowd.
Implemented in PageItemDataLinkAction, and CusDtLnkAliasedDataLinkAction.
| pure virtual |
Shows the page where the link is on.
| errorString | OUT, error message if failed pass in nil if error message is not needed |
Implemented in CusDtLnkAliasedDataLinkAction, and PageItemDataLinkAction.