InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ITextOnPathSelectionSuite.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Bryce Morsello
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 // Note:
24 //
25 //========================================================================================
26 
27 #ifndef _ITOPSelectionSuite_
28 #define _ITOPSelectionSuite_
29 //________________________________________________________________________________________________
30 // INCLUDES
31 //________________________________________________________________________________________________
32  #include "IPMUnknown.h"
33  #include "TOPOptionsType.h"
34 
35  #include "TextOnPathID.h"
36 
37 //================================================================================================
38 //________________________________________________________________________________________________
39 // CLASS DECLARATION
40 //________________________________________________________________________________________________
41 
49  {
50  //____________________________________________________________________________________________
51  // Data Types
52  //____________________________________________________________________________________________
53  public:
54  enum { kDefaultIID = IID_ITEXTONPATHSELECTIONSUITE };
55 
64  virtual void SetOptionValues( EffectType typeEffect, TextAlignType textAlign,PathAlignType pathAlign, int16 overlapOffset, int16 flip) = 0;
65  virtual void GetOptionValues (EffectType &typeEffect, TextAlignType &textAlign,PathAlignType &pathAlign, int16 &overlapOffset, int16 &flip, int16 &verticality) = 0;
66 
70  virtual bool16 CanModifyTextOnPathOptions() const = 0;
71 
75  virtual bool16 CanDeleteTextOnPath() const = 0;
76 
79  virtual ErrorCode DeleteTextOnPath() = 0;
80 
81  //_____________________________
88  virtual void FreezeSelectionForModalDialog() = 0;
89 
94  virtual void ThawSelectionForModalDialog() = 0;
95  // Member functions
96  //____________________________________________________________________________________________
97  public:
98  };
99 
100 #endif // _ITextMiscellanySuite_
101