InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IGalleySettingsOverwrite.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Cindy Chen
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 __IGalleySettingsOverwrite__
25 #define __IGalleySettingsOverwrite__
26 
27 #include "WritingModeUIID2.h"
28 #include "IPMUnknown.h"
29 
30 class RealAGMColor;
31 
38 {
39 public:
40  enum { kDefaultIID = IID_IGALLEYSETTINGSOVERWRITE };
41 
46  virtual bool16 GetSettingsOverwrite() = 0;
47 
51  virtual void SetSettingsOverwrite(bool16 overwrite) = 0;
52 
57  virtual bool16 GetShowParagraphStyleNames() = 0;
58 
62  virtual void SetShowParagraphStyleNames(bool16 showStyleNames) = 0;
63 
68  virtual bool16 GetShowLineNumbers() = 0;
69 
73  virtual void SetShowLineNumbers(bool16 showLineNumbers) = 0;
74 
79  virtual bool16 GetIsGalleyAle() = 0;
80 
84  virtual void SetGalleyAle(bool16 isAle) = 0;
85 
90  virtual bool16 GetShowInlineNotes(UIDRef &storyRef) = 0;
91 
95  virtual void SetShowInlineNotes(bool16 show) = 0;
96 
97 
102  virtual int32 GetShowInlineNotesType() = 0;
103 
107  virtual void SetShowInlineNotesType(int32 show) = 0;
108 
109 
114  virtual bool16 GetStoryInfo() = 0;
115 
119  virtual void SetStoryInfo(bool16 show) = 0;
120 
121 
126  virtual bool16 GetTrackChangesBackgroundInColor() = 0;
127 
131  virtual void SetTrackChangesBackgroundInColor(bool16 show) = 0;
132 
133 
138  virtual bool16 GetNotesBackgroundInColor() = 0;
139 
143  virtual void SetNotesBackgroundInColor(bool16 show) = 0;
144 
149  virtual bool16 GetShowTrackChanges() = 0;
150 
154  virtual void SetShowTrackChanges(bool16 show) = 0;
155 
156 
161  virtual int32 GetShowTrackChangesType() = 0;
162 
166  virtual void SetShowTrackChangesType(int32 show) = 0;
167 
172  virtual PMString GetDisplayFont() = 0;
173 
177  virtual void SetDisplayFont(const PMString &font) = 0;
178 
183  virtual PMReal GetDisplayFontSize() = 0;
184 
188  virtual void SetDisplayFontSize(PMReal size) = 0;
189 
194  virtual PMReal GetDisplayFontLeading() = 0;
195 
199  virtual void SetDisplayFontLeading(PMReal leading) = 0;
200 
201 };
202 
203 #endif // __IGalleySettingsOverwrite__