![]() | InDesign SDK 20.5 |

Public Member Functions | |
| virtual void | Add (IDataBase *originatingDB, const UID hyperlinkExtraData)=0 |
| virtual UID | GetNthExtraStuffUID (int32 n)=0 |
| virtual IDataBase * | GetNthExtraStuffDB (int32 n)=0 |
| virtual int32 | Length ()=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
| pure virtual |
Add a new hyperlink source
| *originatingDB | - The initial database of the hyperlink |
| hyperlinkExtraData | - The UID of the extra data to copy |
| pure virtual |
return the nth database stored
| n | - Which database to return |
| pure virtual |
return the nth UID stored
| n | - The UID to Return |
| pure virtual |
how many entries?
| none |