InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IPDFStructureOrderPrefFacade.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Sameer Manuja
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // ADOBE SYSTEMS INCORPORATED
16 // Copyright 2010 Adobe Systems Incorporated. All Rights Reserved.
17 //
18 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
19 // with the terms of the Adobe license agreement accompanying it. If you have received
20 // this file from a source other than Adobe, then your use, modification, or
21 // distribution of it requires the prior written permission of Adobe.
22 //
23 //========================================================================================
24 
25 #ifndef __IPDFStructureOrderPrefFacade__
26 #define __IPDFStructureOrderPrefFacade__
27 
28 #include "IPDFStructureOrderPref.h"
29 #include "PDFID.h"
30 
31 class IDocument;
32 
33 namespace Facade
34 {
36  {
37  public:
38  enum { kDefaultIID = IID_IPDFSTRUCTUREORDERPREFFACADE };
39 
46  virtual void SetStructureOrder(const IDocument *doc, IPDFStructureOrderPref::StructureOrder order) = 0;
47 
55  };
56 } // namespace Facade
57 
58 #endif