InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IDigitalPublishingFacade3.h
1 //========================================================================================
2 // Owner: Adobe Systems Inc.
3 //
4 // Copyright 2010-2015 Adobe Systems Incorporated. All rights reserved.
5 //
6 // NOTICE: All information contained herein is, and remains
7 // the property of Adobe Systems Incorporated and its suppliers,
8 // if any. The intellectual and technical concepts contained
9 // herein are proprietary to Adobe Systems Incorporated and its
10 // suppliers and may be covered by U.S. and Foreign Patents,
11 // patents in process, and are protected by trade secret or copyright law.
12 // Dissemination of this information or reproduction of this material
13 // is strictly forbidden unless prior written permission is obtained
14 // from Adobe Systems Incorporated.
15 //
16 //========================================================================================
17 
18 
19 #include "IDigitalPublishingFacade2.h"
20 
21 namespace Facade
22 {
24  {
25  public:
26  enum { kDefaultIID = IID_IDIGITALPUBLISHINGFACADE3 };
27 
37  virtual ErrorCode ExportDPSArticle( IDocument const *document,
38  id_digpub::ObjectPtr const &optionsDict,
39  IDFile const &articleFile
40  ) const = 0;
41 
59  virtual id_digpub::ObjectPtr GetDigitalPublishingArticleVersion() const = 0;
60  };
61 }
62