InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IAddMultAttributesCmdData.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 _IAddMultAttributesCommandData_
25 #define _IAddMultAttributesCommandData_
26 
27 //===================================================================================
28 //___________________________________________________________________________________
29 // INCLUDES
30 //___________________________________________________________________________________
31 
32  #include "GraphicStylesID.h"
33  #include "IPMUnknown.h"
34 
35 //===================================================================================
37 //___________________________________________________________________________________
38 // CLASS DECLARATION
39 //___________________________________________________________________________________
40 
44  {
45  public:
46  enum {kDefaultIID = IID_IADDMULTATTRIBUTESCMDDATA };
47 
48  public:
49 
54  virtual void SetAttributes(IGraphicStyleAttributeBossList *attributes) = 0;
55 
59 
66  virtual void SetAttributeList(ClassID* pClassList) = 0;
69  virtual ClassID* GetAttributeList (void) const = 0;
70 
74  virtual void SetAttributeCount(uint16 attributeCount) = 0;
77  virtual uint16 GetAttributeCount (void) const = 0;
78 
83  virtual void SetJoin(bool8 yesno) = 0;
87  virtual bool8 GetJoin(void) const = 0;
88  };
89 
90 
91 
92 #endif // _IAddMultAttributesCommandData_
93