Skip to content

Commit bcbe3dd

Browse files
[all hosts] Get latest (#2210)
1 parent d183ed0 commit bcbe3dd

File tree

9 files changed

+1440
-41
lines changed

9 files changed

+1440
-41
lines changed

docs/docs-ref-autogen/powerpoint/powerpoint/powerpoint.interfaces.shapefontdata.yml

Lines changed: 166 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,43 @@ isPreview: false
99
isDeprecated: false
1010
type: interface
1111
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
1237
- name: bold
1338
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontData#bold:member'
1439
package: powerpoint!
1540
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.
1949
remarks: '\[ [API set: PowerPointApi 1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]'
2050
isPreview: false
2151
isDeprecated: false
@@ -37,13 +67,43 @@ properties:
3767
content: 'color?: string | null;'
3868
return:
3969
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
4095
- name: italic
4196
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontData#italic:member'
4297
package: powerpoint!
4398
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.
47107
remarks: '\[ [API set: PowerPointApi 1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]'
48108
isPreview: false
49109
isDeprecated: false
@@ -80,6 +140,106 @@ properties:
80140
content: 'size?: number | null;'
81141
return:
82142
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
83243
- name: underline
84244
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontData#underline:member'
85245
package: powerpoint!

docs/docs-ref-autogen/powerpoint/powerpoint/powerpoint.interfaces.shapefontloadoptions.yml

Lines changed: 157 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,43 @@ properties:
2323
content: '$all?: boolean;'
2424
return:
2525
type: boolean
26+
- name: allCaps
27+
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontLoadOptions#allCaps:member'
28+
package: powerpoint!
29+
fullName: allCaps
30+
summary: >-
31+
Specifies whether the text in the `TextRange` is set to use the **All Caps** attribute which makes lowercase
32+
letters appear as uppercase letters. The possible values are as follows:
33+
34+
35+
- `true`<!-- -->: All the text has the **All Caps** attribute.
36+
37+
38+
- `false`<!-- -->: None of the text has the **All Caps**attribute.
39+
40+
41+
- `null`<!-- -->: Some, but not all, of the text has the **All Caps** attribute.
42+
remarks: >-
43+
\[ [API set: PowerPointApi BETA (PREVIEW
44+
ONLY)](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
45+
isPreview: true
46+
isDeprecated: false
47+
syntax:
48+
content: 'allCaps?: boolean;'
49+
return:
50+
type: boolean
2651
- name: bold
2752
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontLoadOptions#bold:member'
2853
package: powerpoint!
2954
fullName: bold
30-
summary: >-
31-
Specifies the bold status of font. Returns `null` if the `TextRange` contains both bold and non-bold text
32-
fragments.
55+
summary: |-
56+
Specifies whether the text in the `TextRange` is set to bold. The possible values are as follows:
57+
58+
- `true`<!-- -->: All the text is bold.
59+
60+
- `false`<!-- -->: None of the text is bold.
61+
62+
- `null`<!-- -->: Returned if some, but not all, of the text is bold.
3363
remarks: '\[ [API set: PowerPointApi 1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]'
3464
isPreview: false
3565
isDeprecated: false
@@ -51,13 +81,43 @@ properties:
5181
content: 'color?: boolean;'
5282
return:
5383
type: boolean
84+
- name: doubleStrikethrough
85+
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontLoadOptions#doubleStrikethrough:member'
86+
package: powerpoint!
87+
fullName: doubleStrikethrough
88+
summary: >-
89+
Specifies whether the text in the `TextRange` is set to use the **Double strikethrough** attribute. The
90+
possible values are as follows:
91+
92+
93+
- `true`<!-- -->: All the text has the **Double strikethrough** attribute.
94+
95+
96+
- `false`<!-- -->: None of the text has the **Double strikethrough** attribute.
97+
98+
99+
- `null`<!-- -->: Returned if some, but not all, of the text has the **Double strikethrough** attribute.
100+
remarks: >-
101+
\[ [API set: PowerPointApi BETA (PREVIEW
102+
ONLY)](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
103+
isPreview: true
104+
isDeprecated: false
105+
syntax:
106+
content: 'doubleStrikethrough?: boolean;'
107+
return:
108+
type: boolean
54109
- name: italic
55110
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontLoadOptions#italic:member'
56111
package: powerpoint!
57112
fullName: italic
58-
summary: >-
59-
Specifies the italic status of font. Returns 'null' if the 'TextRange' contains both italic and non-italic text
60-
fragments.
113+
summary: |-
114+
Specifies whether the text in the `TextRange` is set to italic. The possible values are as follows:
115+
116+
- `true`<!-- -->: All the text is italicized.
117+
118+
- `false`<!-- -->: None of the text is italicized.
119+
120+
- `null`<!-- -->: Returned if some, but not all, of the text is italicized.
61121
remarks: '\[ [API set: PowerPointApi 1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]'
62122
isPreview: false
63123
isDeprecated: false
@@ -94,6 +154,97 @@ properties:
94154
content: 'size?: boolean;'
95155
return:
96156
type: boolean
157+
- name: smallCaps
158+
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontLoadOptions#smallCaps:member'
159+
package: powerpoint!
160+
fullName: smallCaps
161+
summary: >-
162+
Specifies whether the text in the `TextRange` is set to use the **Small Caps** attribute which makes lowercase
163+
letters appear as small uppercase letters. The possible values are as follows:
164+
165+
166+
- `true`<!-- -->: All the text has the **Small Caps** attribute.
167+
168+
169+
- `false`<!-- -->: None of the text has the **Small Caps** attribute.
170+
171+
172+
- `null`<!-- -->: Returned if some, but not all, of the text has the **Small Caps** attribute.
173+
remarks: >-
174+
\[ [API set: PowerPointApi BETA (PREVIEW
175+
ONLY)](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
176+
isPreview: true
177+
isDeprecated: false
178+
syntax:
179+
content: 'smallCaps?: boolean;'
180+
return:
181+
type: boolean
182+
- name: strikethrough
183+
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontLoadOptions#strikethrough:member'
184+
package: powerpoint!
185+
fullName: strikethrough
186+
summary: >-
187+
Specifies whether the text in the `TextRange` is set to use the **Strikethrough** attribute. The possible
188+
values are as follows:
189+
190+
191+
- `true`<!-- -->: All the text has the **Strikethrough** attribute.
192+
193+
194+
- `false`<!-- -->: None of the text has the **Strikethrough** attribute.
195+
196+
197+
- `null`<!-- -->: Returned if some, but not all, of the text has the **Strikethrough** attribute.
198+
remarks: >-
199+
\[ [API set: PowerPointApi BETA (PREVIEW
200+
ONLY)](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
201+
isPreview: true
202+
isDeprecated: false
203+
syntax:
204+
content: 'strikethrough?: boolean;'
205+
return:
206+
type: boolean
207+
- name: subscript
208+
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontLoadOptions#subscript:member'
209+
package: powerpoint!
210+
fullName: subscript
211+
summary: >-
212+
Specifies whether the text in the `TextRange` is set to use the **Subscript** attribute. The possible values
213+
are as follows:
214+
215+
216+
- `true`<!-- -->: All the text has the **Subscript** attribute.
217+
218+
219+
- `false`<!-- -->: None of the text has the **Subscript** attribute.
220+
221+
222+
- `null`<!-- -->: Returned if some, but not all, of the text has the **Subscript** attribute.
223+
remarks: >-
224+
\[ [API set: PowerPointApi BETA (PREVIEW
225+
ONLY)](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
226+
isPreview: true
227+
isDeprecated: false
228+
syntax:
229+
content: 'subscript?: boolean;'
230+
return:
231+
type: boolean
232+
- name: superscript
233+
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontLoadOptions#superscript:member'
234+
package: powerpoint!
235+
fullName: superscript
236+
summary: >-
237+
Specifies the superscript status of the font. Returns `null` if the `TextRange` contains both superscript and
238+
non-superscript text fragments.
239+
remarks: >-
240+
\[ [API set: PowerPointApi BETA (PREVIEW
241+
ONLY)](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
242+
isPreview: true
243+
isDeprecated: false
244+
syntax:
245+
content: 'superscript?: boolean;'
246+
return:
247+
type: boolean
97248
- name: underline
98249
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontLoadOptions#underline:member'
99250
package: powerpoint!

0 commit comments

Comments
 (0)