Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,10 @@ properties:
package: powerpoint!
fullName: textRuns
summary: >-
Specifies the contents of the table cell as an array of objects. Each
`TextRun` object represents a sequence of one or more characters that
share the same font attributes.
Specifies the contents of the table cell as an array of
[PowerPoint.TextRun](xref:powerpoint!PowerPoint.TextRun:interface)
objects. Each `TextRun` object represents a sequence of one or more
characters that share the same font attributes.
remarks: >-
\[ [API set: PowerPointApi
1.8](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,10 @@ properties:
package: powerpoint!
fullName: textRuns
summary: >-
Specifies the contents of the table cell as an array of objects. Each
`TextRun` object represents a sequence of one or more characters that
share the same font attributes.
Specifies the contents of the table cell as an array of
[PowerPoint.TextRun](xref:powerpoint!PowerPoint.TextRun:interface)
objects. Each `TextRun` object represents a sequence of one or more
characters that share the same font attributes.
remarks: >-
\[ [API set: PowerPointApi
1.8](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,10 @@ properties:
package: powerpoint!
fullName: textRuns
summary: >-
Specifies the contents of the table cell as an array of objects. Each
`TextRun` object represents a sequence of one or more characters that
share the same font attributes.
Specifies the contents of the table cell as an array of
[PowerPoint.TextRun](xref:powerpoint!PowerPoint.TextRun:interface)
objects. Each `TextRun` object represents a sequence of one or more
characters that share the same font attributes.
remarks: >-
\[ [API set: PowerPointApi
1.8](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets)
Expand Down
2 changes: 1 addition & 1 deletion docs/includes/powerpoint-1_8.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
||[indentLevel](/javascript/api/powerpoint/powerpoint.tablecellproperties#powerpoint-powerpoint-tablecellproperties-indentlevel-member)|Specifies the indent level of the text in the table cell.|
||[margins](/javascript/api/powerpoint/powerpoint.tablecellproperties#powerpoint-powerpoint-tablecellproperties-margins-member)|Specifies the margin settings in the table cell.|
||[text](/javascript/api/powerpoint/powerpoint.tablecellproperties#powerpoint-powerpoint-tablecellproperties-text-member)|Specifies the text content of the table cell.|
||[textRuns](/javascript/api/powerpoint/powerpoint.tablecellproperties#powerpoint-powerpoint-tablecellproperties-textruns-member)|Specifies the contents of the table cell as an array of TextRun objects.|
||[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.|
||[verticalAlignment](/javascript/api/powerpoint/powerpoint.tablecellproperties#powerpoint-powerpoint-tablecellproperties-verticalalignment-member)|Specifies the vertical alignment of the text in the table cell.|
|[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.|
|[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.|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3447,7 +3447,7 @@ export declare namespace PowerPoint {
*/
text?: string;
/**
* Specifies the contents of the table cell as an array of {@link TextRun} objects.
* Specifies the contents of the table cell as an array of {@link PowerPoint.TextRun} objects.
Each `TextRun` object represents a sequence of one or more characters that share the same font attributes.
*
* @remarks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4583,7 +4583,7 @@ export declare namespace PowerPoint {
*/
text?: string;
/**
* Specifies the contents of the table cell as an array of {@link TextRun} objects.
* Specifies the contents of the table cell as an array of {@link PowerPoint.TextRun} objects.
Each `TextRun` object represents a sequence of one or more characters that share the same font attributes.
*
* @remarks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5223,7 +5223,7 @@ export declare namespace PowerPoint {
*/
text?: string;
/**
* Specifies the contents of the table cell as an array of {@link TextRun} objects.
* Specifies the contents of the table cell as an array of {@link PowerPoint.TextRun} objects.
Each `TextRun` object represents a sequence of one or more characters that share the same font attributes.
*
* @remarks
Expand Down
2 changes: 1 addition & 1 deletion generate-docs/script-inputs/office.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132128,7 +132128,7 @@ declare namespace PowerPoint {
*/
text?: string;
/**
* Specifies the contents of the table cell as an array of {@link TextRun} objects.
* Specifies the contents of the table cell as an array of {@link PowerPoint.TextRun} objects.
Each `TextRun` object represents a sequence of one or more characters that share the same font attributes.
*
* @remarks
Expand Down
2 changes: 1 addition & 1 deletion generate-docs/script-inputs/office_preview.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190066,7 +190066,7 @@ declare namespace PowerPoint {
*/
text?: string;
/**
* Specifies the contents of the table cell as an array of {@link TextRun} objects.
* Specifies the contents of the table cell as an array of {@link PowerPoint.TextRun} objects.
Each `TextRun` object represents a sequence of one or more characters that share the same font attributes.
*
* @remarks
Expand Down