InDesign SDK
20.5
InDesign SDK
Documentation
Bosses
Sample plug-ins
Class Index
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
36
class
IEndnoteTextRangeData
:
public
IPMUnknown
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
tmpdoxygeninput
IEndnoteTextRangeData.h
Generated on Sat Jul 19 2025 02:54:13 for InDesign SDK by
1.8.3.1