InDesign SDK
20.5
InDesign SDK
Documentation
Bosses
Sample plug-ins
Class Index
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
IPDFFormXObjectData.h
1
//========================================================================================
2
//
3
// $File$
4
//
5
// Owner: DBerggren
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 __IPDFFormXObjectData__
25
#define __IPDFFormXObjectData__
26
27
#include "IPMUnknown.h"
28
#include "K2Vector.h"
29
#include "K2Vector.tpp"
30
#include "KeyValuePair.h"
31
#include "PDFID.h"
32
33
#define FormID uint32
34
42
class
IPDFFormXObjectData
:
public
IPMUnknown
43
{
44
public
:
45
enum
{ kDefaultIID = IID_IPDFFORMXOBJECTDATA } ;
46
47
typedef
KeyValuePair< FormID, K2Vector< UID >
>
Forms
;
48
typedef
KeyValuePair< int32, K2Vector< FormID >
>
Pages
;
49
50
typedef
K2Vector< Forms >
FormList
;
51
typedef
K2Vector< Pages >
PageList
;
52
56
virtual
void
CopyData
(
IPDFFormXObjectData
const
* otherData) = 0;
57
71
virtual
void
SetRepeatInfo
(int32 numberDefinitionPages, int32 totalNumberPages, bool16 bSuppressOnLastPage) = 0;
72
78
virtual
int32
GetNumberDefinitionPages
()
const
= 0;
79
85
virtual
int32
GetTotalNumberPages
()
const
= 0;
86
92
virtual
bool16
GetSuppressFormOnLastPage
()
const
= 0;
93
101
virtual
void
AddToFormList
(FormID formID,
K2Vector<UID>
uidList) = 0;
102
108
virtual
void
AddToPageList
(int32 pageNum,
K2Vector<FormID>
formIDList) = 0;
109
113
virtual
void
RemoveFromFormList
(FormID formID) = 0;
114
118
virtual
void
RemoveFromPageList
(int32 pageNum) = 0;
119
122
virtual
void
ClearFormList
() = 0;
123
126
virtual
void
ClearPageList
() = 0;
127
133
virtual
K2Vector<UID>
GetPageItemUIDsForFormID
(FormID
id
)
const
= 0;
134
140
virtual
K2Vector<FormID>
GetFormIDsForPageNum
(int32 pageNum)
const
= 0;
141
146
virtual
FormList
GetFormList
()
const
= 0;
147
152
virtual
PageList
GetPageList
()
const
= 0;
153
};
154
155
#endif // __IPDFFormXObjectData__
156
tmpdoxygeninput
IPDFFormXObjectData.h
Generated on Sat Jul 19 2025 02:54:15 for InDesign SDK by
1.8.3.1