Skip to content

Commit 6741893

Browse files
[office-js] [office-js-preview] (Word) ListTemplate fixes (DefinitelyTyped#73427)
1 parent 8dfcf3e commit 6741893

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105577,7 +105577,7 @@ declare namespace Word {
105577105577
toJSON(): Word.Interfaces.ListLevelCollectionData;
105578105578
}
105579105579
/**
105580-
* Represents a ListTemplate.
105580+
* Represents a list template.
105581105581
*
105582105582
* @remarks
105583105583
* [Api set: WordApiDesktop 1.1]
@@ -105586,14 +105586,14 @@ declare namespace Word {
105586105586
/** The request context associated with the object. This connects the add-in's process to the Office host application's process. */
105587105587
context: RequestContext;
105588105588
/**
105589-
* Gets a ListLevels collection that represents all the levels for the specified ListTemplate.
105589+
* Gets a `ListLevelCollection` object that represents all the levels for the list template.
105590105590
*
105591105591
* @remarks
105592105592
* [Api set: WordApiDesktop 1.1]
105593105593
*/
105594105594
readonly listLevels: Word.ListLevelCollection;
105595105595
/**
105596-
* Specifies whether the specified ListTemplate object is outline numbered.
105596+
* Specifies whether the list template is outline numbered.
105597105597
*
105598105598
* @remarks
105599105599
* [Api set: WordApiDesktop 1.1]

types/office-js/index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96375,7 +96375,7 @@ declare namespace Word {
9637596375
toJSON(): Word.Interfaces.ListLevelCollectionData;
9637696376
}
9637796377
/**
96378-
* Represents a ListTemplate.
96378+
* Represents a list template.
9637996379
*
9638096380
* @remarks
9638196381
* [Api set: WordApiDesktop 1.1]
@@ -96384,14 +96384,14 @@ declare namespace Word {
9638496384
/** The request context associated with the object. This connects the add-in's process to the Office host application's process. */
9638596385
context: RequestContext;
9638696386
/**
96387-
* Gets a ListLevels collection that represents all the levels for the specified ListTemplate.
96387+
* Gets a `ListLevelCollection` object that represents all the levels for the list template.
9638896388
*
9638996389
* @remarks
9639096390
* [Api set: WordApiDesktop 1.1]
9639196391
*/
9639296392
readonly listLevels: Word.ListLevelCollection;
9639396393
/**
96394-
* Specifies whether the specified ListTemplate object is outline numbered.
96394+
* Specifies whether the list template is outline numbered.
9639596395
*
9639696396
* @remarks
9639796397
* [Api set: WordApiDesktop 1.1]

0 commit comments

Comments
 (0)