InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
INewHyperlinkTextDestCmdData.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Craig Rainwater
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // Copyright 1997-2010 Adobe Systems Incorporated. All rights reserved.
16 //
17 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
18 // with the terms of the Adobe license agreement accompanying it. If you have received
19 // this file from a source other than Adobe, then your use, modification, or
20 // distribution of it requires the prior written permission of Adobe.
21 //
22 //========================================================================================
23 
24 #ifndef NEWHYPERLINKTEXTDESTCMDDATA_H
25 #define NEWHYPERLINKTEXTDESTCMDDATA_H
26 
27 #include "HyperlinkID.h"
28 #include "IPMUnknown.h"
29 
30 // ===================================================================================
31 // class INewHyperlinkTextDestCmdData
32 // ===================================================================================
36 
37 //-----------------------------------
38 // Constants
39 //
40 public:
41  enum {kDefaultIID = IID_INEWHYPERLINKTEXTDESTCMDDATA};
42 
43 //-----------------------------------
44 //
45 public:
46 
52  virtual bool16 GetShouldUseExistingCharacter() const = 0;
53 
59  virtual void SetShouldUseExistingCharacter(const bool16 shouldUse) = 0;
60 
64  virtual bool16 IsParagraphDestination() const = 0;
65 
69  virtual void SetIsParagraphDestination(bool16 isParagraph) = 0;
70 
74  virtual bool16 NewDestCreated() const = 0;
75 
79  virtual void SetNewDestCreated(bool16 created) = 0;
80 
84  virtual int32 GetUniqueKey() const = 0;
88  virtual void SetUniqueKey(int32 uniqueKey) = 0;
89 
90 };
91 
92 
93 #endif // NEWHYPERLINKTEXTDESTCMDDATA_H