-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCapitalization.html
More file actions
215 lines (141 loc) · 8.13 KB
/
Capitalization.html
File metadata and controls
215 lines (141 loc) · 8.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="copyright" content="(C) Copyright 2025" />
<meta name="DC.rights.owner" content="(C) Copyright 2025" />
<meta name="generator" content="DITA-OT" /><meta name="DC.type" content="topic" />
<meta name="DC.title" content="Capitalization" />
<meta name="DC.format" content="XHTML" />
<meta name="DC.identifier" content="d1e65250" />
<link rel="stylesheet" type="text/css" href="commonltr.css" />
<title>Capitalization</title>
<link rel="stylesheet" type="text/css" href="styles/main.css" />
<script type="text/javascript" src="scripts/main.js"></script>
</head>
<body id="d1e65250">
<h1 class="title topictitle1" id="ariaid-title1">
<span class="keyword">Capitalization</span>
</h1>
<div class="body">
<p class="p description">Capitalization options.</p>
<p class="p quicklinks">
</p>
<div class="section" id="d1e65250__iProps"><h2 class="title sectiontitle">Values</h2>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" class="table" frame="border" border="1" rules="all"><colgroup><col style="width:30.000000000000004%" /><col style="width:60.00000000000001%" /><col style="width:10.000000000000002%" /></colgroup><thead class="thead" style="text-align:left;">
<tr class="row">
<th class="entry cellrowborder" style="vertical-align:top;" id="d338018e46">
<p class="p">Name</p>
</th>
<th class="entry cellrowborder" style="vertical-align:top;" id="d338018e52">
<p class="p">Description</p>
</th>
<th class="entry cellrowborder" style="vertical-align:top;" id="d338018e58">
<p class="p">Value</p>
</th>
</tr>
</thead>
<tbody class="tbody">
<tr class="row">
<td class="entry cellrowborder" style="vertical-align:top;" headers="d338018e46 ">
<p class="p clip_button">Capitalization.ALL_CAPS</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d338018e52 ">
<p class="p description">Use all uppercase letters.</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d338018e58 ">
<p class="p">1634493296</p>
</td>
</tr>
<tr class="row">
<td class="entry cellrowborder" style="vertical-align:top;" headers="d338018e46 ">
<p class="p clip_button">Capitalization.CAP_TO_SMALL_CAP</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d338018e52 ">
<p class="p description">Use OpenType small caps.</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d338018e58 ">
<p class="p">1664250723</p>
</td>
</tr>
<tr class="row">
<td class="entry cellrowborder" style="vertical-align:top;" headers="d338018e46 ">
<p class="p clip_button">Capitalization.LOWER_CASE</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d338018e52 ">
<p class="p description">Use to change to Lower case.</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d338018e58 ">
<p class="p">1819244387</p>
</td>
</tr>
<tr class="row">
<td class="entry cellrowborder" style="vertical-align:top;" headers="d338018e46 ">
<p class="p clip_button">Capitalization.NORMAL</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d338018e52 ">
<p class="p description">Do not change the capitalization of the text.</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d338018e58 ">
<p class="p">1852797549</p>
</td>
</tr>
<tr class="row">
<td class="entry cellrowborder" style="vertical-align:top;" headers="d338018e46 ">
<p class="p clip_button">Capitalization.SMALL_CAPS</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d338018e52 ">
<p class="p description">Use small caps for lowercase letters.</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d338018e58 ">
<p class="p">1936548720</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section"><h2 class="title sectiontitle">Object of</h2>
<p class="p noMargin">
<a class="xref" href="TextDefault.html#d1e265749">TextDefault</a>.capitalization</p>
<p class="p noMargin">
<a class="xref" href="Text.html#d1e392431">Text</a>.capitalization</p>
<p class="p noMargin">
<a class="xref" href="Character.html#d1e399404">Character</a>.capitalization</p>
<p class="p noMargin">
<a class="xref" href="Word.html#d1e406379">Word</a>.capitalization</p>
<p class="p noMargin">
<a class="xref" href="Line.html#d1e413354">Line</a>.capitalization</p>
<p class="p noMargin">
<a class="xref" href="TextColumn.html#d1e420330">TextColumn</a>.capitalization</p>
<p class="p noMargin">
<a class="xref" href="Paragraph.html#d1e427305">Paragraph</a>.capitalization</p>
<p class="p noMargin">
<a class="xref" href="TextStyleRange.html#d1e434295">TextStyleRange</a>.capitalization</p>
<p class="p noMargin">
<a class="xref" href="InsertionPoint.html#d1e441271">InsertionPoint</a>.capitalization</p>
<p class="p noMargin">
<a class="xref" href="Story.html#d1e452865">Story</a>.capitalization</p>
<p class="p noMargin">
<a class="xref" href="ParagraphStyle.html#d1e459226">ParagraphStyle</a>.capitalization</p>
<p class="p noMargin">
<a class="xref" href="XmlStory.html#d1e522863">XmlStory</a>.capitalization</p>
<p class="p noMargin">
<a class="xref" href="FindTextPreference.html#d1e291325">FindTextPreference</a>.capitalization</p>
<p class="p noMargin">
<a class="xref" href="FindGrepPreference.html#d1e296251">FindGrepPreference</a>.capitalization</p>
<p class="p noMargin">
<a class="xref" href="FindTransliteratePreference.html#d1e304155">FindTransliteratePreference</a>.capitalization</p>
<p class="p noMargin">
<a class="xref" href="ChangeTextPreference.html#d1e308588">ChangeTextPreference</a>.capitalization</p>
<p class="p noMargin">
<a class="xref" href="ChangeGrepPreference.html#d1e313576">ChangeGrepPreference</a>.capitalization</p>
<p class="p noMargin">
<a class="xref" href="ChangeTransliteratePreference.html#d1e321519">ChangeTransliteratePreference</a>.capitalization</p>
<p class="p noMargin">
<a class="xref" href="CharacterStyle.html#d1e464488">CharacterStyle</a>.capitalization</p>
</div>
</div>
</body>
</html>