Skip to content

Commit e1f13cf

Browse files
ElizabethSamuel-MSFTgithub-actions
andauthored
Automatically generated docs (#2268)
Co-authored-by: github-actions <[email protected]>
1 parent 8e59ac1 commit e1f13cf

File tree

170 files changed

+1215
-1042
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+1215
-1042
lines changed

docs/docs-ref-autogen/powerpoint/powerpoint/powerpoint.binding.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ methods:
8484
fullName: getShape()
8585
summary: >-
8686
Returns the shape represented by the binding. Will throw an error if the
87-
binding is not of the correct type.
87+
binding isn't of the correct type.
8888
remarks: >-
8989
\[ [API set: PowerPointApi
9090
1.8](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets)

docs/docs-ref-autogen/powerpoint/powerpoint/powerpoint.insertslideoptions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ properties:
7171
Specifies the slides from the source presentation that will be inserted
7272
into the current presentation. These slides are represented by their IDs
7373
which can be retrieved from a `Slide` object. The order of these slides is
74-
preserved during the insertion. If any of the source slides are not found,
74+
preserved during the insertion. If any of the source slides aren't found,
7575
or if the IDs are invalid, the operation throws a `SlideNotFound`
7676
exception and no slides will be inserted. All of the source slides will be
77-
inserted when `sourceSlideIds` is not provided (this is the default
77+
inserted when `sourceSlideIds` isn't provided (this is the default
7878
behavior).
7979
remarks: >-
8080
\[ [API set: PowerPointApi
@@ -94,8 +94,8 @@ properties:
9494
summary: >-
9595
Specifies where in the presentation the new slides will be inserted. The
9696
new slides will be inserted after the slide with the given slide ID. If
97-
`targetSlideId` is not provided, the slides will be inserted at the
98-
beginning of the presentation. If `targetSlideId` is invalid or if it is
97+
`targetSlideId` isn't provided, the slides will be inserted at the
98+
beginning of the presentation. If `targetSlideId` is invalid or if it's
9999
pointing to a non-existing slide, the operation throws a `SlideNotFound`
100100
exception and no slides will be inserted.
101101
remarks: >-

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ properties:
3636
fullName: transparency
3737
summary: >-
3838
Specifies the transparency percentage of the fill as a value from 0.0
39-
(opaque) through 1.0 (clear). Returns `null` if the shape type does not
39+
(opaque) through 1.0 (clear). Returns `null` if the shape type doesn't
4040
support transparency or the shape fill has inconsistent transparency, such
4141
as with a gradient fill type.
4242
remarks: >-

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ properties:
5454
fullName: transparency
5555
summary: >-
5656
Specifies the transparency percentage of the fill as a value from 0.0
57-
(opaque) through 1.0 (clear). Returns `null` if the shape type does not
57+
(opaque) through 1.0 (clear). Returns `null` if the shape type doesn't
5858
support transparency or the shape fill has inconsistent transparency, such
5959
as with a gradient fill type.
6060
remarks: >-

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ properties:
3737
fullName: transparency
3838
summary: >-
3939
Specifies the transparency percentage of the fill as a value from 0.0
40-
(opaque) through 1.0 (clear). Returns `null` if the shape type does not
40+
(opaque) through 1.0 (clear). Returns `null` if the shape type doesn't
4141
support transparency or the shape fill has inconsistent transparency, such
4242
as with a gradient fill type.
4343
remarks: >-

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ properties:
151151
fullName: name
152152
summary: >-
153153
Specifies the font name (e.g., "Calibri"). If the text is a Complex Script
154-
or East Asian language, this is the corresponding font name; otherwise it
155-
is the Latin font name. Returns `null` if the `TextRange` contains text
154+
or East Asian language, this is the corresponding font name; otherwise
155+
it's the Latin font name. Returns `null` if the `TextRange` contains text
156156
fragments with different font names.
157157
remarks: >-
158158
\[ [API set: PowerPointApi

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ properties:
171171
fullName: name
172172
summary: >-
173173
Specifies the font name (e.g., "Calibri"). If the text is a Complex Script
174-
or East Asian language, this is the corresponding font name; otherwise it
175-
is the Latin font name. Returns `null` if the `TextRange` contains text
174+
or East Asian language, this is the corresponding font name; otherwise
175+
it's the Latin font name. Returns `null` if the `TextRange` contains text
176176
fragments with different font names.
177177
remarks: >-
178178
\[ [API set: PowerPointApi

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ properties:
152152
fullName: name
153153
summary: >-
154154
Specifies the font name (e.g., "Calibri"). If the text is a Complex Script
155-
or East Asian language, this is the corresponding font name; otherwise it
156-
is the Latin font name. Returns `null` if the `TextRange` contains text
155+
or East Asian language, this is the corresponding font name; otherwise
156+
it's the Latin font name. Returns `null` if the `TextRange` contains text
157157
fragments with different font names.
158158
remarks: >-
159159
\[ [API set: PowerPointApi

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ properties:
3535
package: powerpoint!
3636
fullName: dashStyle
3737
summary: >-
38-
Represents the dash style of the line. Returns null when the line is not
38+
Represents the dash style of the line. Returns null when the line isn't
3939
visible or there are inconsistent dash styles. See
40-
PowerPoint.ShapeLineDashStyle for details.
40+
[PowerPoint.ShapeLineDashStyle](xref:powerpoint!PowerPoint.ShapeLineDashStyle:enum)
41+
for details.
4142
remarks: >-
4243
\[ [API set: PowerPointApi
4344
1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets)
@@ -62,8 +63,9 @@ properties:
6263
package: powerpoint!
6364
fullName: style
6465
summary: >-
65-
Represents the line style of the shape. Returns null when the line is not
66-
visible or there are inconsistent styles. See PowerPoint.ShapeLineStyle
66+
Represents the line style of the shape. Returns null when the line isn't
67+
visible or there are inconsistent styles. See
68+
[PowerPoint.ShapeLineStyle](xref:powerpoint!PowerPoint.ShapeLineStyle:enum)
6769
for details.
6870
remarks: >-
6971
\[ [API set: PowerPointApi
@@ -123,7 +125,7 @@ properties:
123125
fullName: weight
124126
summary: >-
125127
Represents the weight of the line, in points. Returns `null` when the line
126-
is not visible or there are inconsistent line weights.
128+
isn't visible or there are inconsistent line weights.
127129
remarks: >-
128130
\[ [API set: PowerPointApi
129131
1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets)

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ properties:
5555
package: powerpoint!
5656
fullName: dashStyle
5757
summary: >-
58-
Represents the dash style of the line. Returns null when the line is not
58+
Represents the dash style of the line. Returns null when the line isn't
5959
visible or there are inconsistent dash styles. See
60-
PowerPoint.ShapeLineDashStyle for details.
60+
[PowerPoint.ShapeLineDashStyle](xref:powerpoint!PowerPoint.ShapeLineDashStyle:enum)
61+
for details.
6162
remarks: >-
6263
\[ [API set: PowerPointApi
6364
1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets)
@@ -74,8 +75,9 @@ properties:
7475
package: powerpoint!
7576
fullName: style
7677
summary: >-
77-
Represents the line style of the shape. Returns null when the line is not
78-
visible or there are inconsistent styles. See PowerPoint.ShapeLineStyle
78+
Represents the line style of the shape. Returns null when the line isn't
79+
visible or there are inconsistent styles. See
80+
[PowerPoint.ShapeLineStyle](xref:powerpoint!PowerPoint.ShapeLineStyle:enum)
7981
for details.
8082
remarks: >-
8183
\[ [API set: PowerPointApi
@@ -132,7 +134,7 @@ properties:
132134
fullName: weight
133135
summary: >-
134136
Represents the weight of the line, in points. Returns `null` when the line
135-
is not visible or there are inconsistent line weights.
137+
isn't visible or there are inconsistent line weights.
136138
remarks: >-
137139
\[ [API set: PowerPointApi
138140
1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets)

0 commit comments

Comments
 (0)