InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IEndnoteTextRangeData.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: shagupta
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // ADOBE CONFIDENTIAL
16 //
17 // Copyright 2017 Adobe
18 // All Rights Reserved.
19 //
20 // NOTICE: Adobe permits you to use, modify, and distribute this file in
21 // accordance with the terms of the Adobe license agreement accompanying
22 // it. If you have received this file from a source other than Adobe,
23 // then your use, modification, or distribution of it requires the prior
24 // written permission of Adobe.
25 //
26 //========================================================================================
27 
28 
29 #include "IPMUnknown.h"
30 #include "itextRangeNode.h"
31 #include "TextID.h"
32 
37 {
38 public:
39  enum { kDefaultIID = IID_IENDNOTETEXTRANGEDATA};
40 
43  virtual void SetEndnoteRangeReference(TextRangeReference rangeRef) = 0;
44 
47  virtual TextRangeReference GetEndnoteRangeReference() const = 0;
48 
51  virtual UIDRef GetOwningStoryRef() const = 0;
52 
55  virtual ITextModel* QueryOwningStory() const = 0;
56 
61  virtual TextIndex GetStartTextIndex() const = 0;
62 
66  virtual TextIndex GetEndTextIndex() const = 0;
67 };
68