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

Public Types | |
| enum | { kDefaultIID = IID_IDUPHYPERLINKTEXTSOURCEDATA } |
Public Member Functions | |
| virtual void | Set (const UIDRef &hyperLinkSource, TextRangeReference newRangeRef, const UIDRef &targetStory)=0 |
| virtual const UIDRef & | GetSource () const =0 |
| virtual TextRangeReference | GetNewHyperlinkRangeReference () const =0 |
| virtual const UIDRef & | GetTargetStory () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
This class stores information needed in order to duplicate a text source (used in conjunction with the DupHyperlinkTextSourceCmd.)
| pure virtual |
Get the text range reference to duplicate to
| pure virtual |
| pure virtual |
| pure virtual |
Use this method to setup of the data
| &hyperLinkSource | - the source to be duplicated |
| &newRangeRef | - The range reference this source should be duplicated to |
| &targetStory | - The UIDRef of the story that this hyperlink should be duplicated to |