@@ -9,13 +9,43 @@ isPreview: false
9
9
isDeprecated : false
10
10
type : interface
11
11
properties :
12
+ - name : allCaps
13
+ uid : ' powerpoint!PowerPoint.Interfaces.ShapeFontData#allCaps:member'
14
+ package : powerpoint!
15
+ fullName : allCaps
16
+ summary : >-
17
+ Specifies whether the text in the `TextRange` is set to use the **All Caps** attribute which makes lowercase
18
+ letters appear as uppercase letters. The possible values are as follows:
19
+
20
+
21
+ - `true`<!-- -->: All the text has the **All Caps** attribute.
22
+
23
+
24
+ - `false`<!-- -->: None of the text has the **All Caps**attribute.
25
+
26
+
27
+ - `null`<!-- -->: Some, but not all, of the text has the **All Caps** attribute.
28
+ remarks : >-
29
+ \[ [API set: PowerPointApi BETA (PREVIEW
30
+ ONLY)](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
31
+ isPreview : true
32
+ isDeprecated : false
33
+ syntax :
34
+ content : ' allCaps?: boolean | null;'
35
+ return :
36
+ type : boolean | null
12
37
- name : bold
13
38
uid : ' powerpoint!PowerPoint.Interfaces.ShapeFontData#bold:member'
14
39
package : powerpoint!
15
40
fullName : bold
16
- summary : >-
17
- Specifies the bold status of font. Returns `null` if the `TextRange` contains both bold and non-bold text
18
- fragments.
41
+ summary : |-
42
+ Specifies whether the text in the `TextRange` is set to bold. The possible values are as follows:
43
+
44
+ - `true`<!-- -->: All the text is bold.
45
+
46
+ - `false`<!-- -->: None of the text is bold.
47
+
48
+ - `null`<!-- -->: Returned if some, but not all, of the text is bold.
19
49
remarks : ' \[ [API set: PowerPointApi 1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]'
20
50
isPreview : false
21
51
isDeprecated : false
@@ -37,13 +67,43 @@ properties:
37
67
content : ' color?: string | null;'
38
68
return :
39
69
type : string | null
70
+ - name : doubleStrikethrough
71
+ uid : ' powerpoint!PowerPoint.Interfaces.ShapeFontData#doubleStrikethrough:member'
72
+ package : powerpoint!
73
+ fullName : doubleStrikethrough
74
+ summary : >-
75
+ Specifies whether the text in the `TextRange` is set to use the **Double strikethrough** attribute. The
76
+ possible values are as follows:
77
+
78
+
79
+ - `true`<!-- -->: All the text has the **Double strikethrough** attribute.
80
+
81
+
82
+ - `false`<!-- -->: None of the text has the **Double strikethrough** attribute.
83
+
84
+
85
+ - `null`<!-- -->: Returned if some, but not all, of the text has the **Double strikethrough** attribute.
86
+ remarks : >-
87
+ \[ [API set: PowerPointApi BETA (PREVIEW
88
+ ONLY)](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
89
+ isPreview : true
90
+ isDeprecated : false
91
+ syntax :
92
+ content : ' doubleStrikethrough?: boolean | null;'
93
+ return :
94
+ type : boolean | null
40
95
- name : italic
41
96
uid : ' powerpoint!PowerPoint.Interfaces.ShapeFontData#italic:member'
42
97
package : powerpoint!
43
98
fullName : italic
44
- summary : >-
45
- Specifies the italic status of font. Returns 'null' if the 'TextRange' contains both italic and non-italic text
46
- fragments.
99
+ summary : |-
100
+ Specifies whether the text in the `TextRange` is set to italic. The possible values are as follows:
101
+
102
+ - `true`<!-- -->: All the text is italicized.
103
+
104
+ - `false`<!-- -->: None of the text is italicized.
105
+
106
+ - `null`<!-- -->: Returned if some, but not all, of the text is italicized.
47
107
remarks : ' \[ [API set: PowerPointApi 1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]'
48
108
isPreview : false
49
109
isDeprecated : false
@@ -80,6 +140,106 @@ properties:
80
140
content : ' size?: number | null;'
81
141
return :
82
142
type : number | null
143
+ - name : smallCaps
144
+ uid : ' powerpoint!PowerPoint.Interfaces.ShapeFontData#smallCaps:member'
145
+ package : powerpoint!
146
+ fullName : smallCaps
147
+ summary : >-
148
+ Specifies whether the text in the `TextRange` is set to use the **Small Caps** attribute which makes lowercase
149
+ letters appear as small uppercase letters. The possible values are as follows:
150
+
151
+
152
+ - `true`<!-- -->: All the text has the **Small Caps** attribute.
153
+
154
+
155
+ - `false`<!-- -->: None of the text has the **Small Caps** attribute.
156
+
157
+
158
+ - `null`<!-- -->: Returned if some, but not all, of the text has the **Small Caps** attribute.
159
+ remarks : >-
160
+ \[ [API set: PowerPointApi BETA (PREVIEW
161
+ ONLY)](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
162
+ isPreview : true
163
+ isDeprecated : false
164
+ syntax :
165
+ content : ' smallCaps?: boolean | null;'
166
+ return :
167
+ type : boolean | null
168
+ - name : strikethrough
169
+ uid : ' powerpoint!PowerPoint.Interfaces.ShapeFontData#strikethrough:member'
170
+ package : powerpoint!
171
+ fullName : strikethrough
172
+ summary : >-
173
+ Specifies whether the text in the `TextRange` is set to use the **Strikethrough** attribute. The possible
174
+ values are as follows:
175
+
176
+
177
+ - `true`<!-- -->: All the text has the **Strikethrough** attribute.
178
+
179
+
180
+ - `false`<!-- -->: None of the text has the **Strikethrough** attribute.
181
+
182
+
183
+ - `null`<!-- -->: Returned if some, but not all, of the text has the **Strikethrough** attribute.
184
+ remarks : >-
185
+ \[ [API set: PowerPointApi BETA (PREVIEW
186
+ ONLY)](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
187
+ isPreview : true
188
+ isDeprecated : false
189
+ syntax :
190
+ content : ' strikethrough?: boolean | null;'
191
+ return :
192
+ type : boolean | null
193
+ - name : subscript
194
+ uid : ' powerpoint!PowerPoint.Interfaces.ShapeFontData#subscript:member'
195
+ package : powerpoint!
196
+ fullName : subscript
197
+ summary : >-
198
+ Specifies whether the text in the `TextRange` is set to use the **Subscript** attribute. The possible values
199
+ are as follows:
200
+
201
+
202
+ - `true`<!-- -->: All the text has the **Subscript** attribute.
203
+
204
+
205
+ - `false`<!-- -->: None of the text has the **Subscript** attribute.
206
+
207
+
208
+ - `null`<!-- -->: Returned if some, but not all, of the text has the **Subscript** attribute.
209
+ remarks : >-
210
+ \[ [API set: PowerPointApi BETA (PREVIEW
211
+ ONLY)](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
212
+ isPreview : true
213
+ isDeprecated : false
214
+ syntax :
215
+ content : ' subscript?: boolean | null;'
216
+ return :
217
+ type : boolean | null
218
+ - name : superscript
219
+ uid : ' powerpoint!PowerPoint.Interfaces.ShapeFontData#superscript:member'
220
+ package : powerpoint!
221
+ fullName : superscript
222
+ summary : >-
223
+ Specifies whether the text in the `TextRange` is set to use the **Superscript** attribute. The possible values
224
+ are as follows:
225
+
226
+
227
+ - `true`<!-- -->: All the text has the **Superscript** attribute.
228
+
229
+
230
+ - `false`<!-- -->: None of the text has the **Superscript** attribute.
231
+
232
+
233
+ - `null`<!-- -->: Returned if some, but not all, of the text has the **Superscript** attribute.
234
+ remarks : >-
235
+ \[ [API set: PowerPointApi BETA (PREVIEW
236
+ ONLY)](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
237
+ isPreview : true
238
+ isDeprecated : false
239
+ syntax :
240
+ content : ' superscript?: boolean | null;'
241
+ return :
242
+ type : boolean | null
83
243
- name : underline
84
244
uid : ' powerpoint!PowerPoint.Interfaces.ShapeFontData#underline:member'
85
245
package : powerpoint!
0 commit comments