InDesign SDK
20.5
InDesign SDK
Documentation
Bosses
Sample plug-ins
Class Index
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
IGridRelatedStyle.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 __IGridRelatedStyle__
25
#define __IGridRelatedStyle__
26
27
28
#include "IPMUnknown.h"
29
30
#include "CJKID.h"
31
#include "CTextEnum.h"
32
33
34
class
IGridRelatedStyle
:
public
IPMUnknown
35
{
36
public
:
37
38
enum
{ kDefaultIID = IID_IGRIDRELATEDSTYLE };
39
40
//
41
// Character attributes...
42
//
43
// Jidori
47
virtual
void
SetNumOfJidori
(int16 num) = 0;
48
52
virtual
int16
GetNumOfJidori
()
const
= 0;
53
54
//
55
// Paragraph attributes...
56
//
57
// Gyoudori for line
61
virtual
void
SetNumOfGyoudori
(int16 num) = 0;
62
66
virtual
int16
GetNumOfGyoudori
()
const
= 0;
67
68
// Paragraph Gyoudori
72
virtual
void
SetIsParaGyoudori
(bool16 val) = 0;
73
77
virtual
bool16
GetIsParaGyoudori
()
const
= 0;
78
79
// Grid alignment
83
virtual
void
SetGridAlignmentMetric
(Text::GridAlignmentMetric where) = 0;
84
88
virtual
Text::GridAlignmentMetric
GetGridAlignmentMetric
()
const
= 0;
89
90
// First line only
94
virtual
void
SetAlignOnlyFirstLine
(bool16 val) = 0;
95
99
virtual
bool16
GetAlignOnlyFirstLine
()
const
= 0;
100
104
virtual
void
SetScaleAffectsLineHeight
(bool16 val) = 0;
105
109
virtual
bool16
GetScaleAffectsLineHeight
()
const
= 0;
110
114
virtual
void
SetCJKGridTracking
(bool16 val) = 0;
115
119
virtual
bool16
GetCJKGridTracking
()
const
= 0;
120
};
121
122
123
#endif
124
// __IGridRelatedStyle__
tmpdoxygeninput
IGridRelatedStyle.h
Generated on Sat Jul 19 2025 02:54:13 for InDesign SDK by
1.8.3.1