Skip to content

Commit 6ce3ee3

Browse files
[all hosts] Get latest (#2184)
1 parent fe341fa commit 6ce3ee3

File tree

10 files changed

+4522
-4522
lines changed

10 files changed

+4522
-4522
lines changed

generate-docs/api-extractor-inputs-powerpoint-release/PowerPoint_1_1/powerpoint.d.ts

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,20 @@ export declare namespace PowerPoint {
146146
/** An interface for updating data on the `HyperlinkCollection` object, for use in `hyperlinkCollection.set({ ... })`. */
147147
export interface HyperlinkCollectionUpdateData {
148148
items?: PowerPoint.Interfaces.HyperlinkData[];
149+
}
150+
/** An interface for updating data on the `ShapeFill` object, for use in `shapeFill.set({ ... })`. */
151+
export interface ShapeFillUpdateData {
152+
153+
154+
}
155+
/** An interface for updating data on the `ShapeFont` object, for use in `shapeFont.set({ ... })`. */
156+
export interface ShapeFontUpdateData {
157+
158+
159+
160+
161+
162+
149163
}
150164
/** An interface for updating data on the `ShapeCollection` object, for use in `shapeCollection.set({ ... })`. */
151165
export interface ShapeCollectionUpdateData {
@@ -162,11 +176,6 @@ export declare namespace PowerPoint {
162176
/** An interface for updating data on the `TagCollection` object, for use in `tagCollection.set({ ... })`. */
163177
export interface TagCollectionUpdateData {
164178
items?: PowerPoint.Interfaces.TagData[];
165-
}
166-
/** An interface for updating data on the `ShapeFill` object, for use in `shapeFill.set({ ... })`. */
167-
export interface ShapeFillUpdateData {
168-
169-
170179
}
171180
/** An interface for updating data on the `ShapeScopedCollection` object, for use in `shapeScopedCollection.set({ ... })`. */
172181
export interface ShapeScopedCollectionUpdateData {
@@ -188,15 +197,6 @@ export declare namespace PowerPoint {
188197
/** An interface for updating data on the `ParagraphFormat` object, for use in `paragraphFormat.set({ ... })`. */
189198
export interface ParagraphFormatUpdateData {
190199

191-
}
192-
/** An interface for updating data on the `ShapeFont` object, for use in `shapeFont.set({ ... })`. */
193-
export interface ShapeFontUpdateData {
194-
195-
196-
197-
198-
199-
200200
}
201201
/** An interface for updating data on the `TextRange` object, for use in `textRange.set({ ... })`. */
202202
export interface TextRangeUpdateData {
@@ -280,6 +280,21 @@ export declare namespace PowerPoint {
280280
/** An interface describing the data returned by calling `hyperlinkCollection.toJSON()`. */
281281
export interface HyperlinkCollectionData {
282282
items?: PowerPoint.Interfaces.HyperlinkData[];
283+
}
284+
/** An interface describing the data returned by calling `shapeFill.toJSON()`. */
285+
export interface ShapeFillData {
286+
287+
288+
289+
}
290+
/** An interface describing the data returned by calling `shapeFont.toJSON()`. */
291+
export interface ShapeFontData {
292+
293+
294+
295+
296+
297+
283298
}
284299
/** An interface describing the data returned by calling `shapeCollection.toJSON()`. */
285300
export interface ShapeCollectionData {
@@ -311,12 +326,6 @@ export declare namespace PowerPoint {
311326
/** An interface describing the data returned by calling `slide.toJSON()`. */
312327
export interface SlideData {
313328

314-
}
315-
/** An interface describing the data returned by calling `shapeFill.toJSON()`. */
316-
export interface ShapeFillData {
317-
318-
319-
320329
}
321330
/** An interface describing the data returned by calling `shapeScopedCollection.toJSON()`. */
322331
export interface ShapeScopedCollectionData {
@@ -338,15 +347,6 @@ export declare namespace PowerPoint {
338347
/** An interface describing the data returned by calling `paragraphFormat.toJSON()`. */
339348
export interface ParagraphFormatData {
340349

341-
}
342-
/** An interface describing the data returned by calling `shapeFont.toJSON()`. */
343-
export interface ShapeFontData {
344-
345-
346-
347-
348-
349-
350350
}
351351
/** An interface describing the data returned by calling `textRange.toJSON()`. */
352352
export interface TextRangeData {

generate-docs/api-extractor-inputs-powerpoint-release/PowerPoint_1_2/powerpoint.d.ts

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ export declare namespace PowerPoint {
102102

103103

104104

105+
106+
107+
108+
105109

106110

107111

@@ -175,10 +179,6 @@ export declare namespace PowerPoint {
175179

176180

177181

178-
179-
180-
181-
182182
/**
183183
* Specifies the formatting options for when slides are inserted.
184184
*
@@ -345,6 +345,20 @@ export declare namespace PowerPoint {
345345
/** An interface for updating data on the `HyperlinkCollection` object, for use in `hyperlinkCollection.set({ ... })`. */
346346
export interface HyperlinkCollectionUpdateData {
347347
items?: PowerPoint.Interfaces.HyperlinkData[];
348+
}
349+
/** An interface for updating data on the `ShapeFill` object, for use in `shapeFill.set({ ... })`. */
350+
export interface ShapeFillUpdateData {
351+
352+
353+
}
354+
/** An interface for updating data on the `ShapeFont` object, for use in `shapeFont.set({ ... })`. */
355+
export interface ShapeFontUpdateData {
356+
357+
358+
359+
360+
361+
348362
}
349363
/** An interface for updating data on the `ShapeCollection` object, for use in `shapeCollection.set({ ... })`. */
350364
export interface ShapeCollectionUpdateData {
@@ -361,11 +375,6 @@ export declare namespace PowerPoint {
361375
/** An interface for updating data on the `TagCollection` object, for use in `tagCollection.set({ ... })`. */
362376
export interface TagCollectionUpdateData {
363377
items?: PowerPoint.Interfaces.TagData[];
364-
}
365-
/** An interface for updating data on the `ShapeFill` object, for use in `shapeFill.set({ ... })`. */
366-
export interface ShapeFillUpdateData {
367-
368-
369378
}
370379
/** An interface for updating data on the `ShapeScopedCollection` object, for use in `shapeScopedCollection.set({ ... })`. */
371380
export interface ShapeScopedCollectionUpdateData {
@@ -387,15 +396,6 @@ export declare namespace PowerPoint {
387396
/** An interface for updating data on the `ParagraphFormat` object, for use in `paragraphFormat.set({ ... })`. */
388397
export interface ParagraphFormatUpdateData {
389398

390-
}
391-
/** An interface for updating data on the `ShapeFont` object, for use in `shapeFont.set({ ... })`. */
392-
export interface ShapeFontUpdateData {
393-
394-
395-
396-
397-
398-
399399
}
400400
/** An interface for updating data on the `TextRange` object, for use in `textRange.set({ ... })`. */
401401
export interface TextRangeUpdateData {
@@ -479,6 +479,21 @@ export declare namespace PowerPoint {
479479
/** An interface describing the data returned by calling `hyperlinkCollection.toJSON()`. */
480480
export interface HyperlinkCollectionData {
481481
items?: PowerPoint.Interfaces.HyperlinkData[];
482+
}
483+
/** An interface describing the data returned by calling `shapeFill.toJSON()`. */
484+
export interface ShapeFillData {
485+
486+
487+
488+
}
489+
/** An interface describing the data returned by calling `shapeFont.toJSON()`. */
490+
export interface ShapeFontData {
491+
492+
493+
494+
495+
496+
482497
}
483498
/** An interface describing the data returned by calling `shapeCollection.toJSON()`. */
484499
export interface ShapeCollectionData {
@@ -516,12 +531,6 @@ export declare namespace PowerPoint {
516531
* [Api set: PowerPointApi 1.2]
517532
*/
518533
id?: string;
519-
}
520-
/** An interface describing the data returned by calling `shapeFill.toJSON()`. */
521-
export interface ShapeFillData {
522-
523-
524-
525534
}
526535
/** An interface describing the data returned by calling `shapeScopedCollection.toJSON()`. */
527536
export interface ShapeScopedCollectionData {
@@ -543,15 +552,6 @@ export declare namespace PowerPoint {
543552
/** An interface describing the data returned by calling `paragraphFormat.toJSON()`. */
544553
export interface ParagraphFormatData {
545554

546-
}
547-
/** An interface describing the data returned by calling `shapeFont.toJSON()`. */
548-
export interface ShapeFontData {
549-
550-
551-
552-
553-
554-
555555
}
556556
/** An interface describing the data returned by calling `textRange.toJSON()`. */
557557
export interface TextRangeData {
@@ -640,6 +640,8 @@ export declare namespace PowerPoint {
640640

641641

642642

643+
644+
643645
/**
644646
* Represents a single slide of a presentation.
645647
*
@@ -671,8 +673,6 @@ export declare namespace PowerPoint {
671673

672674

673675

674-
675-
676676
/**
677677
* Represents the collection of slides in the presentation.
678678
*

generate-docs/api-extractor-inputs-powerpoint-release/PowerPoint_1_3/powerpoint.d.ts

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ export declare namespace PowerPoint {
137137

138138

139139

140+
141+
142+
143+
140144
/**
141145
* Represents the collection of shapes.
142146
*
@@ -643,10 +647,6 @@ export declare namespace PowerPoint {
643647

644648

645649

646-
647-
648-
649-
650650
/**
651651
* Represents a single shape in the slide.
652652
*
@@ -971,6 +971,20 @@ export declare namespace PowerPoint {
971971
/** An interface for updating data on the `HyperlinkCollection` object, for use in `hyperlinkCollection.set({ ... })`. */
972972
export interface HyperlinkCollectionUpdateData {
973973
items?: PowerPoint.Interfaces.HyperlinkData[];
974+
}
975+
/** An interface for updating data on the `ShapeFill` object, for use in `shapeFill.set({ ... })`. */
976+
export interface ShapeFillUpdateData {
977+
978+
979+
}
980+
/** An interface for updating data on the `ShapeFont` object, for use in `shapeFont.set({ ... })`. */
981+
export interface ShapeFontUpdateData {
982+
983+
984+
985+
986+
987+
974988
}
975989
/** An interface for updating data on the `ShapeCollection` object, for use in `shapeCollection.set({ ... })`. */
976990
export interface ShapeCollectionUpdateData {
@@ -993,11 +1007,6 @@ export declare namespace PowerPoint {
9931007
/** An interface for updating data on the `TagCollection` object, for use in `tagCollection.set({ ... })`. */
9941008
export interface TagCollectionUpdateData {
9951009
items?: PowerPoint.Interfaces.TagData[];
996-
}
997-
/** An interface for updating data on the `ShapeFill` object, for use in `shapeFill.set({ ... })`. */
998-
export interface ShapeFillUpdateData {
999-
1000-
10011010
}
10021011
/** An interface for updating data on the `ShapeScopedCollection` object, for use in `shapeScopedCollection.set({ ... })`. */
10031012
export interface ShapeScopedCollectionUpdateData {
@@ -1019,15 +1028,6 @@ export declare namespace PowerPoint {
10191028
/** An interface for updating data on the `ParagraphFormat` object, for use in `paragraphFormat.set({ ... })`. */
10201029
export interface ParagraphFormatUpdateData {
10211030

1022-
}
1023-
/** An interface for updating data on the `ShapeFont` object, for use in `shapeFont.set({ ... })`. */
1024-
export interface ShapeFontUpdateData {
1025-
1026-
1027-
1028-
1029-
1030-
10311031
}
10321032
/** An interface for updating data on the `TextRange` object, for use in `textRange.set({ ... })`. */
10331033
export interface TextRangeUpdateData {
@@ -1111,6 +1111,21 @@ export declare namespace PowerPoint {
11111111
/** An interface describing the data returned by calling `hyperlinkCollection.toJSON()`. */
11121112
export interface HyperlinkCollectionData {
11131113
items?: PowerPoint.Interfaces.HyperlinkData[];
1114+
}
1115+
/** An interface describing the data returned by calling `shapeFill.toJSON()`. */
1116+
export interface ShapeFillData {
1117+
1118+
1119+
1120+
}
1121+
/** An interface describing the data returned by calling `shapeFont.toJSON()`. */
1122+
export interface ShapeFontData {
1123+
1124+
1125+
1126+
1127+
1128+
11141129
}
11151130
/** An interface describing the data returned by calling `shapeCollection.toJSON()`. */
11161131
export interface ShapeCollectionData {
@@ -1184,12 +1199,6 @@ export declare namespace PowerPoint {
11841199
* [Api set: PowerPointApi 1.2]
11851200
*/
11861201
id?: string;
1187-
}
1188-
/** An interface describing the data returned by calling `shapeFill.toJSON()`. */
1189-
export interface ShapeFillData {
1190-
1191-
1192-
11931202
}
11941203
/** An interface describing the data returned by calling `shapeScopedCollection.toJSON()`. */
11951204
export interface ShapeScopedCollectionData {
@@ -1211,15 +1220,6 @@ export declare namespace PowerPoint {
12111220
/** An interface describing the data returned by calling `paragraphFormat.toJSON()`. */
12121221
export interface ParagraphFormatData {
12131222

1214-
}
1215-
/** An interface describing the data returned by calling `shapeFont.toJSON()`. */
1216-
export interface ShapeFontData {
1217-
1218-
1219-
1220-
1221-
1222-
12231223
}
12241224
/** An interface describing the data returned by calling `textRange.toJSON()`. */
12251225
export interface TextRangeData {
@@ -1308,6 +1308,8 @@ export declare namespace PowerPoint {
13081308

13091309

13101310

1311+
1312+
13111313
/**
13121314
* Represents the collection of shapes.
13131315
*
@@ -1505,8 +1507,6 @@ export declare namespace PowerPoint {
15051507

15061508

15071509

1508-
1509-
15101510
/**
15111511
* Represents a single shape in the slide.
15121512
*

0 commit comments

Comments
 (0)