InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IMergeStoriesSignalData.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Matt Joss
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 __IMergeStoriesSignalData__
25 #define __IMergeStoriesSignalData__
26 
27 #include "IPMUnknown.h"
28 #include "TextID.h"
29 
36 {
37  public:
38  enum { kDefaultIID = IID_IMERGESTORIESSIGNALDATA };
39 
42  typedef enum {
49 
59  virtual void Set(const UIDRef& targetStory, const UIDRef& appendingStory, TextIndex destIndex, int32 length, bool16 useAppendingStoryOptions) = 0;
60 
65  virtual void SetState( State state ) = 0;
66 
70  virtual UIDRef GetTargetStory() const = 0;
71 
75  virtual UIDRef GetAppendingStory() const = 0;
76 
80  virtual TextIndex GetDestinationTextIndex() const = 0;
81 
85  virtual int32 GetAppendingStoryLength() const = 0;
86 
90  virtual bool16 UseAppendingStoryOptions() const = 0;
91 
95  virtual State GetState() const = 0;
96 
97 };
98 
99 
100 #endif
101  // __IMergeStoriesSignalData__