InDesign SDK
20.5
InDesign SDK
Documentation
Bosses
Sample plug-ins
Class Index
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
IBookOutputActionCmdData.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 __IBookOutputActionCmdData__
25
#define __IBookOutputActionCmdData__
26
27
#include "BookID.h"
28
class
UIDList
;
29
35
class
IBookOutputActionCmdData
:
public
IPMUnknown
36
{
37
public
:
38
enum
{ kDefaultIID = IID_IBOOKOUTPUTACTIONCMDDATA };
39
45
virtual
void
Set
(
IDFile
& sysFile,
UIDList
* itemList, bool16 outputAll = kTrue) = 0;
46
49
virtual
IDFile
GetBookFile
() = 0;
50
54
virtual
void
SetBookFile
(
const
IDFile
& BookFile) = 0;
55
58
virtual
UIDList
*
GetUIDList
() = 0;
59
63
virtual
void
SetUIDList
(
UIDList
* uidList) = 0;
64
68
virtual
bool16
IsOutputAll
() = 0;
69
72
typedef
enum
73
{
76
kSuppressNothing
= 0x0,
79
kSuppressOutputProgress
= 0x1,
82
kSuppressOutputWarnings
= 0x2,
85
kSuppressOutputDialog
= 0x4,
88
kSuppressEverything
= 0xFF
89
}
OutputUIOptions
;
90
94
virtual
void
SetOutputUIOptions
(
const
OutputUIOptions
uiOptions) = 0;
95
99
virtual
OutputUIOptions
GetOutputUIOptions
()
const
= 0;
100
105
virtual
void
SetOutputFile
(
IDFile
& sysFile, bool16 validFile = kFalse) = 0;
106
111
virtual
IDFile
GetOutputFile
(bool16& isValidOutputFile) = 0;
112
117
virtual
void
SetExportProviderClassID
(
const
ClassID
& classID) = 0;
118
122
virtual
ClassID
GetExportProviderClassID
()
const
= 0;
123
128
virtual
void
SetPDFStyleRef
(
const
UIDRef
& styleRef) = 0;
129
133
virtual
UIDRef
GetPDFStyleRef
()
const
= 0;
134
135
};
136
137
#endif //__IBookOutputActionCmdData__
tmpdoxygeninput
IBookOutputActionCmdData.h
Generated on Sat Jul 19 2025 02:54:12 for InDesign SDK by
1.8.3.1