InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IInteractivePDFExportFacade.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 __IInteractivePDF_ExportFacade__
25 #define __IInteractivePDF_ExportFacade__
26 
27 // ----- Interface files -----
28 
29 #include "IPageRange.h"
30 #include "IPMUnknown.h"
31 #include "IInteractivePDFExportPrefs.h"
32 #include "IPDFSecurityPrefs.h"
33 
34 // ----- ID files -----
35 
36 #include "PDFID.h"
37 
38 // ===================================================================================
39 // class IInteractivePDF_ExportFacade
40 // ===================================================================================
41 namespace Facade
42 {
52  {
53  public:
54  // ----- Constants -----
55  enum {kDefaultIID = IID_IINTERACTIVEPDFEXPORTFACADE};
56 
63  virtual void GetPageRangeInfo(PMString &pageRange, IPageRange::RangeFormat &pageRangeFormat) const = 0;
64 
70  virtual void GetPageRangeInfo(IPageRange* iPageRange) const = 0;
71 
77  virtual bool ReadersSpreads() const = 0;
78 
84  virtual bool ViewAfterExport() const = 0;
85 
91  virtual bool EmbedPageThumbnails() const = 0;
92 
98  virtual bool CreateAcrobatLayers() const = 0;
99 
105  virtual bool CreateTaggedPDF() const = 0;
106 
113 
120 
126  virtual bool OpenInFullScreenMode() const = 0;
127 
133  virtual bool FlipPages() const = 0;
134 
140  virtual uint32 FlipPagesSpeed() const = 0;
141 
151  virtual ClassID PageTransitionOverride() const = 0;
152 
160 
167 
174 
180  virtual uint32 RasterResolution() const = 0;
181 
187  virtual void GetWorkspaceSecurityPreferences(IPDFSecurityPrefs* iSecurityPrefsData) const = 0;
188 
194  virtual ErrorCode SetWorkspaceSecurityPreferences(IPDFSecurityPrefs* iSecurityPrefsData) = 0;
195 
201  virtual void GetWorkspacePreferences(IInteractivePDFExportPrefs* iPrefsData) const = 0;
202 
209  virtual ErrorCode SetWorkspacePreferences(IInteractivePDFExportPrefs* iPrefsData, IPageRange* iPageRangeData) = 0;
210 
216  virtual bool16 GetUsePDFStructureForTabs() const = 0;
217 
224 
228  virtual PMString GetDefaultDocumentLanguage() const = 0;
229 
233  virtual bool16 GetExportSinglePagesPDF() const = 0;
234 
238  virtual PMString GetSinglePagesPDFSuffix() const = 0;
239 
244  virtual bool16 GetExportHiddenSpread() const = 0;
245  };
246 }
247 #endif // define