InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IVerticalRelatedStyle.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Shinji Hiramatsu
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 __IVerticalRelatedStyle__
25 #define __IVerticalRelatedStyle__
26 
27 
28 #include "IPMUnknown.h"
29 #include "CJKID.h"
30 
31 
46 {
47  public:
48 
49  enum { kDefaultIID = IID_IVERTICALRELATEDSTYLE };
50 
51  // Roman
55  virtual void SetRotateRoman(bool16 flag) = 0;
59  virtual bool16 GetRotateRoman() const = 0;
60 
61  // Kumi number
65  virtual void SetNumOfKumiNumber(int16 num) = 0;
69  virtual int16 GetNumOfKumiNumber() const = 0;
70 
71  // Kumi number with roman
75  virtual void SetKumiNumberWithRoman(bool16 flag) = 0;
79  virtual bool16 GetKumiNumberWithRoman() const = 0;
80 
81  // Tatechuyoko
85  virtual void SetTatechuyokoFlag(bool16 flag) = 0;
89  virtual bool16 GetTatechuyokoFlag() const = 0;
90 
94  virtual void SetTatechuyokoXOffset(PMReal r) = 0;
98  virtual PMReal GetTatechuyokoXOffset() const = 0;
99 
103  virtual void SetTatechuyokoYOffset(PMReal r) = 0;
107  virtual PMReal GetTatechuyokoYOffset() const = 0;
108 };
109 
110 
111 #endif
112  // __IVerticalRelatedStyle__