Skip to content

Commit a8bb60d

Browse files
[all hosts] Get latest (#2270)
1 parent f34200c commit a8bb60d

File tree

15 files changed

+31
-22
lines changed

15 files changed

+31
-22
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ methods:
6767
Gets the table cell using its zero-based index in the collection. If the
6868
`TableCell` doesn't exist, then this method returns an object with its
6969
`isNullObject` property set to `true`<!-- -->. For further information,
70-
see .
70+
see [*OrNullObject methods and
71+
properties](https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties)<!--
72+
-->.
7173
remarks: >-
7274
\[ [API set: PowerPointApi
7375
1.8](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets)

docs/docs-ref-autogen/powerpoint_1_4/powerpoint/powerpoint.shapelineformat.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@ properties:
8383
fullName: dashStyle
8484
summary: >-
8585
Represents the dash style of the line. Returns null when the line isn't
86-
visible or there are inconsistent dash styles. See {@<!--
87-
-->linkPowerPoint.ShapeLineDashStyle<!-- -->} for details.
86+
visible or there are inconsistent dash styles. See
87+
[PowerPoint.ShapeLineDashStyle](xref:powerpoint!PowerPoint.ShapeLineDashStyle:enum)
88+
for details.
8889
remarks: >-
8990
\[ [API set: PowerPointApi
9091
1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets)

docs/docs-ref-autogen/powerpoint_1_5/powerpoint/powerpoint.shapelineformat.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@ properties:
8383
fullName: dashStyle
8484
summary: >-
8585
Represents the dash style of the line. Returns null when the line isn't
86-
visible or there are inconsistent dash styles. See {@<!--
87-
-->linkPowerPoint.ShapeLineDashStyle<!-- -->} for details.
86+
visible or there are inconsistent dash styles. See
87+
[PowerPoint.ShapeLineDashStyle](xref:powerpoint!PowerPoint.ShapeLineDashStyle:enum)
88+
for details.
8889
remarks: >-
8990
\[ [API set: PowerPointApi
9091
1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets)

docs/docs-ref-autogen/powerpoint_1_6/powerpoint/powerpoint.shapelineformat.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@ properties:
8383
fullName: dashStyle
8484
summary: >-
8585
Represents the dash style of the line. Returns null when the line isn't
86-
visible or there are inconsistent dash styles. See {@<!--
87-
-->linkPowerPoint.ShapeLineDashStyle<!-- -->} for details.
86+
visible or there are inconsistent dash styles. See
87+
[PowerPoint.ShapeLineDashStyle](xref:powerpoint!PowerPoint.ShapeLineDashStyle:enum)
88+
for details.
8889
remarks: >-
8990
\[ [API set: PowerPointApi
9091
1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets)

docs/docs-ref-autogen/powerpoint_1_7/powerpoint/powerpoint.shapelineformat.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@ properties:
8383
fullName: dashStyle
8484
summary: >-
8585
Represents the dash style of the line. Returns null when the line isn't
86-
visible or there are inconsistent dash styles. See {@<!--
87-
-->linkPowerPoint.ShapeLineDashStyle<!-- -->} for details.
86+
visible or there are inconsistent dash styles. See
87+
[PowerPoint.ShapeLineDashStyle](xref:powerpoint!PowerPoint.ShapeLineDashStyle:enum)
88+
for details.
8889
remarks: >-
8990
\[ [API set: PowerPointApi
9091
1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets)

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@ properties:
8383
fullName: dashStyle
8484
summary: >-
8585
Represents the dash style of the line. Returns null when the line isn't
86-
visible or there are inconsistent dash styles. See {@<!--
87-
-->linkPowerPoint.ShapeLineDashStyle<!-- -->} for details.
86+
visible or there are inconsistent dash styles. See
87+
[PowerPoint.ShapeLineDashStyle](xref:powerpoint!PowerPoint.ShapeLineDashStyle:enum)
88+
for details.
8889
remarks: >-
8990
\[ [API set: PowerPointApi
9091
1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets)

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ methods:
6767
Gets the table cell using its zero-based index in the collection. If the
6868
`TableCell` doesn't exist, then this method returns an object with its
6969
`isNullObject` property set to `true`<!-- -->. For further information,
70-
see .
70+
see [*OrNullObject methods and
71+
properties](https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties)<!--
72+
-->.
7173
remarks: >-
7274
\[ [API set: PowerPointApi
7375
1.8](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2523,7 +2523,7 @@ export declare namespace PowerPoint {
25232523
*/
25242524
color: string;
25252525
/**
2526-
* Represents the dash style of the line. Returns null when the line isn't visible or there are inconsistent dash styles. See {@linkPowerPoint.ShapeLineDashStyle} for details.
2526+
* Represents the dash style of the line. Returns null when the line isn't visible or there are inconsistent dash styles. See {@link PowerPoint.ShapeLineDashStyle} for details.
25272527
*
25282528
* @remarks
25292529
* [Api set: PowerPointApi 1.4]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2648,7 +2648,7 @@ export declare namespace PowerPoint {
26482648
*/
26492649
color: string;
26502650
/**
2651-
* Represents the dash style of the line. Returns null when the line isn't visible or there are inconsistent dash styles. See {@linkPowerPoint.ShapeLineDashStyle} for details.
2651+
* Represents the dash style of the line. Returns null when the line isn't visible or there are inconsistent dash styles. See {@link PowerPoint.ShapeLineDashStyle} for details.
26522652
*
26532653
* @remarks
26542654
* [Api set: PowerPointApi 1.4]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2755,7 +2755,7 @@ export declare namespace PowerPoint {
27552755
*/
27562756
color: string;
27572757
/**
2758-
* Represents the dash style of the line. Returns null when the line isn't visible or there are inconsistent dash styles. See {@linkPowerPoint.ShapeLineDashStyle} for details.
2758+
* Represents the dash style of the line. Returns null when the line isn't visible or there are inconsistent dash styles. See {@link PowerPoint.ShapeLineDashStyle} for details.
27592759
*
27602760
* @remarks
27612761
* [Api set: PowerPointApi 1.4]

0 commit comments

Comments
 (0)