Skip to content

Commit 7279ef8

Browse files
author
github-actions
committed
Merge branch 'main' into live
2 parents 73dca17 + fb726e2 commit 7279ef8

File tree

9 files changed

+18
-15
lines changed

9 files changed

+18
-15
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -387,9 +387,10 @@ properties:
387387
package: powerpoint!
388388
fullName: textRuns
389389
summary: >-
390-
Specifies the contents of the table cell as an array of objects. Each
391-
`TextRun` object represents a sequence of one or more characters that
392-
share the same font attributes.
390+
Specifies the contents of the table cell as an array of
391+
[PowerPoint.TextRun](xref:powerpoint!PowerPoint.TextRun:interface)
392+
objects. Each `TextRun` object represents a sequence of one or more
393+
characters that share the same font attributes.
393394
remarks: >-
394395
\[ [API set: PowerPointApi
395396
1.8](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets)

docs/docs-ref-autogen/powerpoint_1_8/powerpoint/powerpoint.tablecellproperties.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -387,9 +387,10 @@ properties:
387387
package: powerpoint!
388388
fullName: textRuns
389389
summary: >-
390-
Specifies the contents of the table cell as an array of objects. Each
391-
`TextRun` object represents a sequence of one or more characters that
392-
share the same font attributes.
390+
Specifies the contents of the table cell as an array of
391+
[PowerPoint.TextRun](xref:powerpoint!PowerPoint.TextRun:interface)
392+
objects. Each `TextRun` object represents a sequence of one or more
393+
characters that share the same font attributes.
393394
remarks: >-
394395
\[ [API set: PowerPointApi
395396
1.8](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets)

docs/docs-ref-autogen/powerpoint_1_9/powerpoint/powerpoint.tablecellproperties.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -387,9 +387,10 @@ properties:
387387
package: powerpoint!
388388
fullName: textRuns
389389
summary: >-
390-
Specifies the contents of the table cell as an array of objects. Each
391-
`TextRun` object represents a sequence of one or more characters that
392-
share the same font attributes.
390+
Specifies the contents of the table cell as an array of
391+
[PowerPoint.TextRun](xref:powerpoint!PowerPoint.TextRun:interface)
392+
objects. Each `TextRun` object represents a sequence of one or more
393+
characters that share the same font attributes.
393394
remarks: >-
394395
\[ [API set: PowerPointApi
395396
1.8](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets)

docs/includes/powerpoint-1_8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
||[indentLevel](/javascript/api/powerpoint/powerpoint.tablecellproperties#powerpoint-powerpoint-tablecellproperties-indentlevel-member)|Specifies the indent level of the text in the table cell.|
103103
||[margins](/javascript/api/powerpoint/powerpoint.tablecellproperties#powerpoint-powerpoint-tablecellproperties-margins-member)|Specifies the margin settings in the table cell.|
104104
||[text](/javascript/api/powerpoint/powerpoint.tablecellproperties#powerpoint-powerpoint-tablecellproperties-text-member)|Specifies the text content of the table cell.|
105-
||[textRuns](/javascript/api/powerpoint/powerpoint.tablecellproperties#powerpoint-powerpoint-tablecellproperties-textruns-member)|Specifies the contents of the table cell as an array of TextRun objects.|
105+
||[textRuns](/javascript/api/powerpoint/powerpoint.tablecellproperties#powerpoint-powerpoint-tablecellproperties-textruns-member)|Specifies the contents of the table cell as an array of PowerPoint.TextRun objects.|
106106
||[verticalAlignment](/javascript/api/powerpoint/powerpoint.tablecellproperties#powerpoint-powerpoint-tablecellproperties-verticalalignment-member)|Specifies the vertical alignment of the text in the table cell.|
107107
|[TableColumnProperties](/javascript/api/powerpoint/powerpoint.tablecolumnproperties)|[columnWidth](/javascript/api/powerpoint/powerpoint.tablecolumnproperties#powerpoint-powerpoint-tablecolumnproperties-columnwidth-member)|Represents the desired width of each column in points, or is undefined.|
108108
|[TableMergedAreaProperties](/javascript/api/powerpoint/powerpoint.tablemergedareaproperties)|[columnCount](/javascript/api/powerpoint/powerpoint.tablemergedareaproperties#powerpoint-powerpoint-tablemergedareaproperties-columncount-member)|Specifies the number of columns for the merged cells area.|

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3447,7 +3447,7 @@ export declare namespace PowerPoint {
34473447
*/
34483448
text?: string;
34493449
/**
3450-
* Specifies the contents of the table cell as an array of {@link TextRun} objects.
3450+
* Specifies the contents of the table cell as an array of {@link PowerPoint.TextRun} objects.
34513451
Each `TextRun` object represents a sequence of one or more characters that share the same font attributes.
34523452
*
34533453
* @remarks

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4583,7 +4583,7 @@ export declare namespace PowerPoint {
45834583
*/
45844584
text?: string;
45854585
/**
4586-
* Specifies the contents of the table cell as an array of {@link TextRun} objects.
4586+
* Specifies the contents of the table cell as an array of {@link PowerPoint.TextRun} objects.
45874587
Each `TextRun` object represents a sequence of one or more characters that share the same font attributes.
45884588
*
45894589
* @remarks

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5223,7 +5223,7 @@ export declare namespace PowerPoint {
52235223
*/
52245224
text?: string;
52255225
/**
5226-
* Specifies the contents of the table cell as an array of {@link TextRun} objects.
5226+
* Specifies the contents of the table cell as an array of {@link PowerPoint.TextRun} objects.
52275227
Each `TextRun` object represents a sequence of one or more characters that share the same font attributes.
52285228
*
52295229
* @remarks

generate-docs/script-inputs/office.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132128,7 +132128,7 @@ declare namespace PowerPoint {
132128132128
*/
132129132129
text?: string;
132130132130
/**
132131-
* Specifies the contents of the table cell as an array of {@link TextRun} objects.
132131+
* Specifies the contents of the table cell as an array of {@link PowerPoint.TextRun} objects.
132132132132
Each `TextRun` object represents a sequence of one or more characters that share the same font attributes.
132133132133
*
132134132134
* @remarks

generate-docs/script-inputs/office_preview.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190066,7 +190066,7 @@ declare namespace PowerPoint {
190066190066
*/
190067190067
text?: string;
190068190068
/**
190069-
* Specifies the contents of the table cell as an array of {@link TextRun} objects.
190069+
* Specifies the contents of the table cell as an array of {@link PowerPoint.TextRun} objects.
190070190070
Each `TextRun` object represents a sequence of one or more characters that share the same font attributes.
190071190071
*
190072190072
* @remarks

0 commit comments

Comments
 (0)