InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IDigitalPublishingFacade2.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Adobe Systems Inc.
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 "IDigitalPublishingFacade.h"
26 
27 namespace Facade
28 {
30  {
31  public:
32  enum { kDefaultIID = IID_IDIGITALPUBLISHINGFACADE2 };
33 
54  virtual id_digpub::ObjectPtr GetDigitalPublishingVersion() const = 0;
55 
67  virtual ErrorCode GetAllOverlays(
68  IDocument const *portrait,
69  IDocument const *landscape,
70  id_digpub::ObjectPtr const &options,
71  id_digpub::ObjectPtr &overlayDict
72  ) const = 0;
73 
85  virtual ErrorCode CreateArticleFolio(
86  IDocument const *portrait,
87  IDocument const *landscape,
88  id_digpub::ObjectPtr const &options,
89  DigitalPublishingMetadata const *metadata,
90  IDFile const &folioFile
91  ) const = 0;
92 
105  virtual ErrorCode AddDocumentPairToMagazineFolio(
106  DigitalPublishingFolio *folio,
107  IDocument const *portrait,
108  IDocument const *landscape,
109  id_digpub::ObjectPtr const &options,
110  DigitalPublishingMetadata const *metadata
111  ) const = 0;
112  };
113 }
114