Skip to content

Commit aecd98e

Browse files
[office-js] [office-js-preview] (PowerPoint) Link fixes (DefinitelyTyped#72730)
1 parent 3b23b60 commit aecd98e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

types/office-js-preview/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136150,7 +136150,7 @@ declare namespace PowerPoint {
136150136150
*/
136151136151
getCount(): OfficeExtension.ClientResult<number>;
136152136152
/**
136153-
* Gets the table cell using its zero-based index in the collection. If the `TableCell` doesn't exist, then this method returns an object with its `isNullObject` property set to `true`. For further information, see {@link [https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties](https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties) | *OrNullObject methods and properties}.
136153+
* Gets the table cell using its zero-based index in the collection. If the `TableCell` doesn't exist, then this method returns an object with its `isNullObject` property set to `true`. For further information, see {@link https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
136154136154
*
136155136155
* @remarks
136156136156
* [Api set: PowerPointApi 1.8]

types/office-js/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127862,7 +127862,7 @@ declare namespace PowerPoint {
127862127862
*/
127863127863
getCount(): OfficeExtension.ClientResult<number>;
127864127864
/**
127865-
* Gets the table cell using its zero-based index in the collection. If the `TableCell` doesn't exist, then this method returns an object with its `isNullObject` property set to `true`. For further information, see {@link [https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties](https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties) | *OrNullObject methods and properties}.
127865+
* Gets the table cell using its zero-based index in the collection. If the `TableCell` doesn't exist, then this method returns an object with its `isNullObject` property set to `true`. For further information, see {@link https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
127866127866
*
127867127867
* @remarks
127868127868
* [Api set: PowerPointApi 1.8]
@@ -129489,7 +129489,7 @@ declare namespace PowerPoint {
129489129489
*/
129490129490
color: string;
129491129491
/**
129492-
* 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.
129492+
* 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.
129493129493
*
129494129494
* @remarks
129495129495
* [Api set: PowerPointApi 1.4]

0 commit comments

Comments
 (0)