InDesign SDK
20.5
InDesign SDK
Documentation
Bosses
Sample plug-ins
Class Index
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
IHyperlinkSuite.h
1
//========================================================================================
2
//
3
// $File$
4
//
5
// Owner: Brendan O'Shea
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 __IHyperlinkSuite__
25
#define __IHyperlinkSuite__
26
27
// Interfaces:
28
#include "IPMUnknown.h"
29
#include "HyperlinkID.h"
30
31
class
UIDList
;
32
33
// Includes:
38
class
IHyperlinkSuite
:
public
IPMUnknown
39
{
40
public
:
45
virtual
bool16
CanCreateHyperlinkSource
()
const
= 0;
46
51
virtual
bool16
CanCreateXRefSource
()
const
= 0;
52
57
virtual
bool16
CanCreateHyperlinkDestination
()
const
= 0;
58
63
virtual
bool16
CanChangeHyperlinkSource
(
UIDRef
source)
const
= 0;
64
69
virtual
bool16
CanChangeHyperlinkDestination
(
UIDRef
dest)
const
= 0;
70
75
virtual
bool16
CanCreateBookmark
()
const
= 0;
76
77
82
virtual
UID
GetHyperlinkSource
()
const
= 0;
83
89
virtual
UID
CreateHyperlinkSource
(
const
PMString
*name,
UID
charStyle = kInvalidUID)
const
= 0;
90
96
virtual
UID
CreateXRefSource
(
const
PMString
*name,
UID
format = kInvalidUID)
const
= 0;
97
102
virtual
UID
CreateHyperlinkDestination
(
const
PMString
*sourceName)
const
= 0;
103
110
virtual
UID
CreateBookmark
(int32 indentLevel,
UID
parentBookmark)
const
= 0;
111
117
virtual
UID
ChangeHyperlinkSource
(
UIDRef
source,
const
PMString
*name)
const
= 0;
118
124
virtual
UID
ChangeHyperlinkDestination
(
UIDRef
dest,
const
PMString
*sourceName)
const
= 0;
125
130
virtual
void
GenerateHyperlinkSourceName
(
PMString
*sourceName, bool16 bUnique = kTrue)
const
= 0;
131
136
virtual
void
GenerateHyperlinkDestinationName
(
PMString
*destName, bool16 bUnique = kTrue, int32 maxLength = 100)
const
= 0;
137
142
virtual
UIDList
GetSelectedHyperlinkSources
()
const
= 0;
143
};
144
145
#endif // __IHyperlinkSuite__
146
tmpdoxygeninput
IHyperlinkSuite.h
Generated on Sat Jul 19 2025 02:54:13 for InDesign SDK by
1.8.3.1