InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IRemoveMultAttributesCmdData.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Michael_Martz
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 _IRemoveMultAttributesCommandData_
25 #define _IRemoveMultAttributesCommandData_
26 
27 //===================================================================================
28 //___________________________________________________________________________________
29 // INCLUDES
30 //___________________________________________________________________________________
31  #include "GraphicStylesID.h"
32  #include "IPMUnknown.h"
33 
35 //===================================================================================
36 //___________________________________________________________________________________
37 // CLASS DECLARATION
38 //___________________________________________________________________________________
39 
43  {
44  public:
45  enum { kDefaultIID = IID_IREMOVEMULTATTRIBUTESCMDDATA };
46  //___________________________________________________________________________
47  // Accessor memeber functions
48  //___________________________________________________________________________
49  public:
50 
54  virtual void SetAttributes(IGraphicStyleAttributeBossList *attributes) = 0;
55 
59 
67  virtual void SetAttributeList(ClassID* pClassIDList) = 0;
68 
72  virtual ClassID* GetAttributeList (void) const = 0;
73 
77  virtual void SetAttributeCount(uint16 attrClassCount) = 0;
80  virtual uint16 GetAttributeCount (void) const = 0;
81 
86  virtual void SetJoin(bool8 yesno) = 0;
90  virtual bool8 GetJoin(void) const = 0;
91  };
92 
93 
94 
95 #endif // _IRemoveMultAttributesCommandData_
96