InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ILinkedPageItemPrefs.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Roey Horns
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 __ILinkedPageItemPrefs__
25 #define __ILinkedPageItemPrefs__
26 
27 #include "SharedContentID.h"
28 #include "IPMUnknown.h"
29 
30 #include "GenericID.h"
31 #include "GraphicStylesID.h"
32 #include "GraphicsID.h"
33 #include "DynamicDocumentsID.h"
34 
39 {
40  public:
41  enum { kDefaultIID = IID_ILINKEDPAGEITEMPREFS };
42 
45  virtual void Clear() = 0;
46 
47  virtual void CopyData(const ILinkedPageItemPrefs* pCopyFrom) = 0;
48 
58  virtual void AddInterfaceIDToOverride(PMIID id) = 0;
59 
63  virtual void RemoveInterfaceIDToOverride(PMIID id) = 0;
64 
68  virtual int32 CountOverridenInterfaceID() const = 0 ;
69 
73  virtual PMIID GetInterfaceID(int32 n) const = 0;
74 
78  virtual bool16 IsInterfaceIDAdded(PMIID id) const = 0;
79 
84  virtual void SetUpdateLinkWhileSaving(bool16 bUpdate) = 0;
85 
90  virtual bool16 GetUpdateLinkWhileSaving() const = 0;
91 
97  virtual void SetShowWarningOnUpdateOfEditedPageItem(bool16 bWarn) = 0;
98 
104  virtual bool16 GetShowWarningOnUpdateOfEditedPageItem() const = 0;
105 };
106 
107 #endif