InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IPreflightBookOptions.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Matt Phillips
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 
25 #include "IPMUnknown.h"
26 #include "PackageAndPreflightID.h"
27 #include "IPMStream.h"
28 #include "IPreflightOptions.h"
29 
39 {
40 public:
41  enum { kDefaultIID = IID_IPREFLIGHTBOOKOPTIONS };
42 
43 public:
47  virtual void SetCheckAllDocs(bool allDocs) = 0;
48 
51  virtual bool GetCheckAllDocs() const = 0;
52 
56  virtual void SetLayerOptions (const IPreflightOptions::LayerOptions layerOptions) = 0;
57 
61 
66  virtual void SetIncludeObjectsOnPasteboard (const bool16 onOff) = 0;
67 
70  virtual bool16 GetIncludeObjectsOnPasteboard () const = 0;
71 
76  virtual void SetIncludeNonPrintingObjects (const bool16 onOff) = 0;
77 
80  virtual bool16 GetIncludeNonPrintingObjects () const = 0;
81 
87 
91 
96  virtual void SetUseProfile (const PMString& profileName) = 0;
97 
101  virtual PMString GetUseProfile () const = 0;
102 
106  virtual void SetGenerateReportOnly(const bool16 reportOnly) = 0;
107 
110  virtual bool16 GetGenerateReportOnly() const = 0;
111 
115  virtual void CopyFrom (const IPreflightBookOptions* iOther) = 0;
116 };
117