InDesign SDK
20.5
InDesign SDK
Documentation
Bosses
Sample plug-ins
Class Index
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
IEndnoteReferenceData.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 "IEndnoteTextRangeData.h"
31
#include "TextID.h"
32
36
class
IEndnoteReferenceData
:
public
IPMUnknown
37
{
38
public
:
39
enum
{ kDefaultIID = IID_IENDNOTEREFERENCEDATA};
40
43
virtual
void
SetEndnoteReferenceData
(
UIDRef
endnoteRef) = 0;
44
47
virtual
IEndnoteTextRangeData
*
QueryEndnoteReference
()
const
= 0;
48
51
virtual
UIDRef
GetEndnoteRef
()
const
= 0;
52
};
53
tmpdoxygeninput
IEndnoteReferenceData.h
Generated on Sat Jul 19 2025 02:54:13 for InDesign SDK by
1.8.3.1