InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IWaxLineSubLog.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner:
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // ADOBE CONFIDENTIAL
16 //
17 // Copyright 1997-2010 Adobe Systems Incorporated. All rights reserved.
18 //
19 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
20 // with the terms of the Adobe license agreement accompanying it. If you have received
21 // this file from a source other than Adobe, then your use, modification, or
22 // distribution of it requires the prior written permission of Adobe.
23 //
24 //========================================================================================
25 
26 #ifndef __IWaxLineSubLog__
27 #define __IWaxLineSubLog__
28 
29 #include "IPMUnknown.h"
30 #include "TextID.h"
31 
33 
42 class IWaxLineSubLog : public IPMUnknown
43 {
44  public:
45  enum { kDefaultIID = IID_IWAXLINESUBLOG };
46 
50  virtual TEInputOutputMapping& GetLog() = 0;
51 
55  virtual void SetLogType( int mappingType) = 0;
56 
62  virtual bool16 GetReversedOrder() const = 0;
63 
69  virtual void SetReversedOrder(bool16 b) = 0;
70 };
71 
72 #endif
73  // __IWaxLineSubLog__
74