@types/office-js 1.0.346 → 1.0.348
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- office-js/README.md +1 -1
- office-js/index.d.ts +91 -89
- office-js/package.json +2 -2
office-js/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for Office.js (https://github.com/OfficeD
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Tue, 03 Oct 2023 20:06:12 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
|
|
14
14
|
|
office-js/index.d.ts
CHANGED
|
@@ -84143,7 +84143,7 @@ declare namespace Word {
|
|
|
84143
84143
|
expand?: string;
|
|
84144
84144
|
}): Word.Body;
|
|
84145
84145
|
/**
|
|
84146
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
84146
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
84147
84147
|
*/
|
|
84148
84148
|
track(): Word.Body;
|
|
84149
84149
|
/**
|
|
@@ -84274,7 +84274,7 @@ declare namespace Word {
|
|
|
84274
84274
|
expand?: string;
|
|
84275
84275
|
}): Word.Comment;
|
|
84276
84276
|
/**
|
|
84277
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
84277
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
84278
84278
|
*/
|
|
84279
84279
|
track(): Word.Comment;
|
|
84280
84280
|
/**
|
|
@@ -84331,7 +84331,7 @@ declare namespace Word {
|
|
|
84331
84331
|
*/
|
|
84332
84332
|
load(propertyNamesAndPaths?: OfficeExtension.LoadOption): Word.CommentCollection;
|
|
84333
84333
|
/**
|
|
84334
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
84334
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
84335
84335
|
*/
|
|
84336
84336
|
track(): Word.CommentCollection;
|
|
84337
84337
|
/**
|
|
@@ -84440,7 +84440,7 @@ declare namespace Word {
|
|
|
84440
84440
|
expand?: string;
|
|
84441
84441
|
}): Word.CommentContentRange;
|
|
84442
84442
|
/**
|
|
84443
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
84443
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
84444
84444
|
*/
|
|
84445
84445
|
track(): Word.CommentContentRange;
|
|
84446
84446
|
/**
|
|
@@ -84548,7 +84548,7 @@ declare namespace Word {
|
|
|
84548
84548
|
expand?: string;
|
|
84549
84549
|
}): Word.CommentReply;
|
|
84550
84550
|
/**
|
|
84551
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
84551
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
84552
84552
|
*/
|
|
84553
84553
|
track(): Word.CommentReply;
|
|
84554
84554
|
/**
|
|
@@ -84605,7 +84605,7 @@ declare namespace Word {
|
|
|
84605
84605
|
*/
|
|
84606
84606
|
load(propertyNamesAndPaths?: OfficeExtension.LoadOption): Word.CommentReplyCollection;
|
|
84607
84607
|
/**
|
|
84608
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
84608
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
84609
84609
|
*/
|
|
84610
84610
|
track(): Word.CommentReplyCollection;
|
|
84611
84611
|
/**
|
|
@@ -85129,7 +85129,7 @@ declare namespace Word {
|
|
|
85129
85129
|
*/
|
|
85130
85130
|
readonly onSelectionChanged: OfficeExtension.EventHandlers<Word.ContentControlSelectionChangedEventArgs>;
|
|
85131
85131
|
/**
|
|
85132
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
85132
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
85133
85133
|
*/
|
|
85134
85134
|
track(): Word.ContentControl;
|
|
85135
85135
|
/**
|
|
@@ -85249,7 +85249,7 @@ declare namespace Word {
|
|
|
85249
85249
|
*/
|
|
85250
85250
|
load(propertyNamesAndPaths?: OfficeExtension.LoadOption): Word.ContentControlCollection;
|
|
85251
85251
|
/**
|
|
85252
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
85252
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
85253
85253
|
*/
|
|
85254
85254
|
track(): Word.ContentControlCollection;
|
|
85255
85255
|
/**
|
|
@@ -85346,7 +85346,7 @@ declare namespace Word {
|
|
|
85346
85346
|
expand?: string;
|
|
85347
85347
|
}): Word.CustomProperty;
|
|
85348
85348
|
/**
|
|
85349
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
85349
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
85350
85350
|
*/
|
|
85351
85351
|
track(): Word.CustomProperty;
|
|
85352
85352
|
/**
|
|
@@ -85431,7 +85431,7 @@ declare namespace Word {
|
|
|
85431
85431
|
*/
|
|
85432
85432
|
load(propertyNamesAndPaths?: OfficeExtension.LoadOption): Word.CustomPropertyCollection;
|
|
85433
85433
|
/**
|
|
85434
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
85434
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
85435
85435
|
*/
|
|
85436
85436
|
track(): Word.CustomPropertyCollection;
|
|
85437
85437
|
/**
|
|
@@ -85710,7 +85710,7 @@ declare namespace Word {
|
|
|
85710
85710
|
expand?: string;
|
|
85711
85711
|
}): Word.CustomXmlPart;
|
|
85712
85712
|
/**
|
|
85713
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
85713
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
85714
85714
|
*/
|
|
85715
85715
|
track(): Word.CustomXmlPart;
|
|
85716
85716
|
/**
|
|
@@ -85796,7 +85796,7 @@ declare namespace Word {
|
|
|
85796
85796
|
*/
|
|
85797
85797
|
load(propertyNamesAndPaths?: OfficeExtension.LoadOption): Word.CustomXmlPartCollection;
|
|
85798
85798
|
/**
|
|
85799
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
85799
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
85800
85800
|
*/
|
|
85801
85801
|
track(): Word.CustomXmlPartCollection;
|
|
85802
85802
|
/**
|
|
@@ -85878,7 +85878,7 @@ declare namespace Word {
|
|
|
85878
85878
|
*/
|
|
85879
85879
|
load(propertyNamesAndPaths?: OfficeExtension.LoadOption): Word.CustomXmlPartScopedCollection;
|
|
85880
85880
|
/**
|
|
85881
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
85881
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
85882
85882
|
*/
|
|
85883
85883
|
track(): Word.CustomXmlPartScopedCollection;
|
|
85884
85884
|
/**
|
|
@@ -86008,7 +86008,7 @@ declare namespace Word {
|
|
|
86008
86008
|
* @remarks
|
|
86009
86009
|
* [Api set: WordApi 1.4]
|
|
86010
86010
|
*
|
|
86011
|
-
* @param name Required. The bookmark name
|
|
86011
|
+
* @param name Required. The case-insensitive bookmark name.
|
|
86012
86012
|
*/
|
|
86013
86013
|
deleteBookmark(name: string): void;
|
|
86014
86014
|
/**
|
|
@@ -86017,7 +86017,7 @@ declare namespace Word {
|
|
|
86017
86017
|
* @remarks
|
|
86018
86018
|
* [Api set: WordApi 1.4]
|
|
86019
86019
|
*
|
|
86020
|
-
* @param name Required. The bookmark name
|
|
86020
|
+
* @param name Required. The case-insensitive bookmark name.
|
|
86021
86021
|
*/
|
|
86022
86022
|
getBookmarkRange(name: string): Word.Range;
|
|
86023
86023
|
/**
|
|
@@ -86026,7 +86026,7 @@ declare namespace Word {
|
|
|
86026
86026
|
* @remarks
|
|
86027
86027
|
* [Api set: WordApi 1.4]
|
|
86028
86028
|
*
|
|
86029
|
-
* @param name Required. The bookmark name
|
|
86029
|
+
* @param name Required. The case-insensitive bookmark name.
|
|
86030
86030
|
*/
|
|
86031
86031
|
getBookmarkRangeOrNullObject(name: string): Word.Range;
|
|
86032
86032
|
/**
|
|
@@ -86154,7 +86154,7 @@ declare namespace Word {
|
|
|
86154
86154
|
*/
|
|
86155
86155
|
readonly onContentControlAdded: OfficeExtension.EventHandlers<Word.ContentControlAddedEventArgs>;
|
|
86156
86156
|
/**
|
|
86157
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
86157
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
86158
86158
|
*/
|
|
86159
86159
|
track(): Word.Document;
|
|
86160
86160
|
/**
|
|
@@ -86259,7 +86259,7 @@ declare namespace Word {
|
|
|
86259
86259
|
* @remarks
|
|
86260
86260
|
* [Api set: WordApiHiddenDocument 1.4]
|
|
86261
86261
|
*
|
|
86262
|
-
* @param name Required. The bookmark name
|
|
86262
|
+
* @param name Required. The case-insensitive bookmark name.
|
|
86263
86263
|
*/
|
|
86264
86264
|
deleteBookmark(name: string): void;
|
|
86265
86265
|
/**
|
|
@@ -86268,7 +86268,7 @@ declare namespace Word {
|
|
|
86268
86268
|
* @remarks
|
|
86269
86269
|
* [Api set: WordApiHiddenDocument 1.4]
|
|
86270
86270
|
*
|
|
86271
|
-
* @param name Required. The bookmark name
|
|
86271
|
+
* @param name Required. The case-insensitive bookmark name.
|
|
86272
86272
|
*/
|
|
86273
86273
|
getBookmarkRange(name: string): Word.Range;
|
|
86274
86274
|
/**
|
|
@@ -86277,7 +86277,7 @@ declare namespace Word {
|
|
|
86277
86277
|
* @remarks
|
|
86278
86278
|
* [Api set: WordApiHiddenDocument 1.4]
|
|
86279
86279
|
*
|
|
86280
|
-
* @param name Required. The bookmark name
|
|
86280
|
+
* @param name Required. The case-insensitive bookmark name.
|
|
86281
86281
|
*/
|
|
86282
86282
|
getBookmarkRangeOrNullObject(name: string): Word.Range;
|
|
86283
86283
|
/**
|
|
@@ -86365,7 +86365,7 @@ declare namespace Word {
|
|
|
86365
86365
|
expand?: string;
|
|
86366
86366
|
}): Word.DocumentCreated;
|
|
86367
86367
|
/**
|
|
86368
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
86368
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
86369
86369
|
*/
|
|
86370
86370
|
track(): Word.DocumentCreated;
|
|
86371
86371
|
/**
|
|
@@ -86543,7 +86543,7 @@ declare namespace Word {
|
|
|
86543
86543
|
expand?: string;
|
|
86544
86544
|
}): Word.DocumentProperties;
|
|
86545
86545
|
/**
|
|
86546
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
86546
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
86547
86547
|
*/
|
|
86548
86548
|
track(): Word.DocumentProperties;
|
|
86549
86549
|
/**
|
|
@@ -86601,14 +86601,14 @@ declare namespace Word {
|
|
|
86601
86601
|
*/
|
|
86602
86602
|
readonly parentTableCell: Word.TableCell;
|
|
86603
86603
|
/**
|
|
86604
|
-
* Gets the table cell that contains the field. If it
|
|
86604
|
+
* Gets the table cell that contains the field. If it isn't contained in a table cell, then this method will return 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}.
|
|
86605
86605
|
*
|
|
86606
86606
|
* @remarks
|
|
86607
86607
|
* [Api set: WordApi 1.4]
|
|
86608
86608
|
*/
|
|
86609
86609
|
readonly parentTableCellOrNullObject: Word.TableCell;
|
|
86610
86610
|
/**
|
|
86611
|
-
* Gets the table that contains the field. If it
|
|
86611
|
+
* Gets the table that contains the field. If it isn't contained in a table, then this method will return 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}.
|
|
86612
86612
|
*
|
|
86613
86613
|
* @remarks
|
|
86614
86614
|
* [Api set: WordApi 1.4]
|
|
@@ -86734,7 +86734,7 @@ declare namespace Word {
|
|
|
86734
86734
|
expand?: string;
|
|
86735
86735
|
}): Word.Field;
|
|
86736
86736
|
/**
|
|
86737
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
86737
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
86738
86738
|
*/
|
|
86739
86739
|
track(): Word.Field;
|
|
86740
86740
|
/**
|
|
@@ -86800,7 +86800,7 @@ declare namespace Word {
|
|
|
86800
86800
|
*/
|
|
86801
86801
|
load(propertyNamesAndPaths?: OfficeExtension.LoadOption): Word.FieldCollection;
|
|
86802
86802
|
/**
|
|
86803
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
86803
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
86804
86804
|
*/
|
|
86805
86805
|
track(): Word.FieldCollection;
|
|
86806
86806
|
/**
|
|
@@ -86929,7 +86929,7 @@ declare namespace Word {
|
|
|
86929
86929
|
expand?: string;
|
|
86930
86930
|
}): Word.Font;
|
|
86931
86931
|
/**
|
|
86932
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
86932
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
86933
86933
|
*/
|
|
86934
86934
|
track(): Word.Font;
|
|
86935
86935
|
/**
|
|
@@ -86987,14 +86987,14 @@ declare namespace Word {
|
|
|
86987
86987
|
*/
|
|
86988
86988
|
readonly parentTableCell: Word.TableCell;
|
|
86989
86989
|
/**
|
|
86990
|
-
* Gets the table cell that contains the inline image. If it
|
|
86990
|
+
* Gets the table cell that contains the inline image. If it isn't contained in a table cell, then this method will return 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}.
|
|
86991
86991
|
*
|
|
86992
86992
|
* @remarks
|
|
86993
86993
|
* [Api set: WordApi 1.3]
|
|
86994
86994
|
*/
|
|
86995
86995
|
readonly parentTableCellOrNullObject: Word.TableCell;
|
|
86996
86996
|
/**
|
|
86997
|
-
* Gets the table that contains the inline image. If it
|
|
86997
|
+
* Gets the table that contains the inline image. If it isn't contained in a table, then this method will return 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}.
|
|
86998
86998
|
*
|
|
86999
86999
|
* @remarks
|
|
87000
87000
|
* [Api set: WordApi 1.3]
|
|
@@ -87206,7 +87206,7 @@ declare namespace Word {
|
|
|
87206
87206
|
expand?: string;
|
|
87207
87207
|
}): Word.InlinePicture;
|
|
87208
87208
|
/**
|
|
87209
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
87209
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
87210
87210
|
*/
|
|
87211
87211
|
track(): Word.InlinePicture;
|
|
87212
87212
|
/**
|
|
@@ -87263,7 +87263,7 @@ declare namespace Word {
|
|
|
87263
87263
|
*/
|
|
87264
87264
|
load(propertyNamesAndPaths?: OfficeExtension.LoadOption): Word.InlinePictureCollection;
|
|
87265
87265
|
/**
|
|
87266
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
87266
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
87267
87267
|
*/
|
|
87268
87268
|
track(): Word.InlinePictureCollection;
|
|
87269
87269
|
/**
|
|
@@ -87450,7 +87450,7 @@ declare namespace Word {
|
|
|
87450
87450
|
expand?: string;
|
|
87451
87451
|
}): Word.List;
|
|
87452
87452
|
/**
|
|
87453
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
87453
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
87454
87454
|
*/
|
|
87455
87455
|
track(): Word.List;
|
|
87456
87456
|
/**
|
|
@@ -87534,7 +87534,7 @@ declare namespace Word {
|
|
|
87534
87534
|
*/
|
|
87535
87535
|
load(propertyNamesAndPaths?: OfficeExtension.LoadOption): Word.ListCollection;
|
|
87536
87536
|
/**
|
|
87537
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
87537
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
87538
87538
|
*/
|
|
87539
87539
|
track(): Word.ListCollection;
|
|
87540
87540
|
/**
|
|
@@ -87634,7 +87634,7 @@ declare namespace Word {
|
|
|
87634
87634
|
expand?: string;
|
|
87635
87635
|
}): Word.ListItem;
|
|
87636
87636
|
/**
|
|
87637
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
87637
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
87638
87638
|
*/
|
|
87639
87639
|
track(): Word.ListItem;
|
|
87640
87640
|
/**
|
|
@@ -87728,7 +87728,7 @@ declare namespace Word {
|
|
|
87728
87728
|
expand?: string;
|
|
87729
87729
|
}): Word.NoteItem;
|
|
87730
87730
|
/**
|
|
87731
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
87731
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
87732
87732
|
*/
|
|
87733
87733
|
track(): Word.NoteItem;
|
|
87734
87734
|
/**
|
|
@@ -87785,7 +87785,7 @@ declare namespace Word {
|
|
|
87785
87785
|
*/
|
|
87786
87786
|
load(propertyNamesAndPaths?: OfficeExtension.LoadOption): Word.NoteItemCollection;
|
|
87787
87787
|
/**
|
|
87788
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
87788
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
87789
87789
|
*/
|
|
87790
87790
|
track(): Word.NoteItemCollection;
|
|
87791
87791
|
/**
|
|
@@ -87864,7 +87864,7 @@ declare namespace Word {
|
|
|
87864
87864
|
*/
|
|
87865
87865
|
readonly listItem: Word.ListItem;
|
|
87866
87866
|
/**
|
|
87867
|
-
* Gets the ListItem for the paragraph. If the paragraph
|
|
87867
|
+
* Gets the ListItem for the paragraph. If the paragraph isn't part of a list, then this method will return 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}.
|
|
87868
87868
|
*
|
|
87869
87869
|
* @remarks
|
|
87870
87870
|
* [Api set: WordApi 1.3]
|
|
@@ -87913,14 +87913,14 @@ declare namespace Word {
|
|
|
87913
87913
|
*/
|
|
87914
87914
|
readonly parentTableCell: Word.TableCell;
|
|
87915
87915
|
/**
|
|
87916
|
-
* Gets the table cell that contains the paragraph. If it
|
|
87916
|
+
* Gets the table cell that contains the paragraph. If it isn't contained in a table cell, then this method will return 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}.
|
|
87917
87917
|
*
|
|
87918
87918
|
* @remarks
|
|
87919
87919
|
* [Api set: WordApi 1.3]
|
|
87920
87920
|
*/
|
|
87921
87921
|
readonly parentTableCellOrNullObject: Word.TableCell;
|
|
87922
87922
|
/**
|
|
87923
|
-
* Gets the table that contains the paragraph. If it
|
|
87923
|
+
* Gets the table that contains the paragraph. If it isn't contained in a table, then this method will return 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}.
|
|
87924
87924
|
*
|
|
87925
87925
|
* @remarks
|
|
87926
87926
|
* [Api set: WordApi 1.3]
|
|
@@ -88345,7 +88345,7 @@ declare namespace Word {
|
|
|
88345
88345
|
expand?: string;
|
|
88346
88346
|
}): Word.Paragraph;
|
|
88347
88347
|
/**
|
|
88348
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
88348
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
88349
88349
|
*/
|
|
88350
88350
|
track(): Word.Paragraph;
|
|
88351
88351
|
/**
|
|
@@ -88416,7 +88416,7 @@ declare namespace Word {
|
|
|
88416
88416
|
*/
|
|
88417
88417
|
load(propertyNamesAndPaths?: OfficeExtension.LoadOption): Word.ParagraphCollection;
|
|
88418
88418
|
/**
|
|
88419
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
88419
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
88420
88420
|
*/
|
|
88421
88421
|
track(): Word.ParagraphCollection;
|
|
88422
88422
|
/**
|
|
@@ -88566,7 +88566,7 @@ declare namespace Word {
|
|
|
88566
88566
|
expand?: string;
|
|
88567
88567
|
}): Word.ParagraphFormat;
|
|
88568
88568
|
/**
|
|
88569
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
88569
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
88570
88570
|
*/
|
|
88571
88571
|
track(): Word.ParagraphFormat;
|
|
88572
88572
|
/**
|
|
@@ -88680,14 +88680,14 @@ declare namespace Word {
|
|
|
88680
88680
|
*/
|
|
88681
88681
|
readonly parentTableCell: Word.TableCell;
|
|
88682
88682
|
/**
|
|
88683
|
-
* Gets the table cell that contains the range. If it
|
|
88683
|
+
* Gets the table cell that contains the range. If it isn't contained in a table cell, then this method will return 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}.
|
|
88684
88684
|
*
|
|
88685
88685
|
* @remarks
|
|
88686
88686
|
* [Api set: WordApi 1.3]
|
|
88687
88687
|
*/
|
|
88688
88688
|
readonly parentTableCellOrNullObject: Word.TableCell;
|
|
88689
88689
|
/**
|
|
88690
|
-
* Gets the table that contains the range. If it
|
|
88690
|
+
* Gets the table that contains the range. If it isn't contained in a table, then this method will return 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}.
|
|
88691
88691
|
*
|
|
88692
88692
|
* @remarks
|
|
88693
88693
|
* [Api set: WordApi 1.3]
|
|
@@ -88776,7 +88776,7 @@ declare namespace Word {
|
|
|
88776
88776
|
*/
|
|
88777
88777
|
expandTo(range: Word.Range): Word.Range;
|
|
88778
88778
|
/**
|
|
88779
|
-
* Returns a new range that extends from this range in either direction to cover another range. This range
|
|
88779
|
+
* Returns a new range that extends from this range in either direction to cover another range. This range isn't changed. If the two ranges don't have a union, then this method will return 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}.
|
|
88780
88780
|
*
|
|
88781
88781
|
* @remarks
|
|
88782
88782
|
* [Api set: WordApi 1.3]
|
|
@@ -88897,7 +88897,9 @@ declare namespace Word {
|
|
|
88897
88897
|
* @remarks
|
|
88898
88898
|
* [Api set: WordApi 1.4]
|
|
88899
88899
|
*
|
|
88900
|
-
*
|
|
88900
|
+
* Note: The conditions of inserting a bookmark are similar to doing so in the Word UI. To learn more about managing bookmarks in the Word UI, see {@link https://support.microsoft.com/office/f68d781f-0150-4583-a90e-a4009d99c2a0 | Add or delete bookmarks in a Word document or Outlook message}.
|
|
88901
|
+
*
|
|
88902
|
+
* @param name Required. The case-insensitive bookmark name. Only alphanumeric and underscore characters are supported. It must begin with a letter but if you want to tag the bookmark as hidden, then start the name with an underscore character. Names can't be longer than 40 characters.
|
|
88901
88903
|
*/
|
|
88902
88904
|
insertBookmark(name: string): void;
|
|
88903
88905
|
/**
|
|
@@ -89057,7 +89059,7 @@ declare namespace Word {
|
|
|
89057
89059
|
*/
|
|
89058
89060
|
intersectWith(range: Word.Range): Word.Range;
|
|
89059
89061
|
/**
|
|
89060
|
-
* Returns a new range as the intersection of this range with another range. This range
|
|
89062
|
+
* Returns a new range as the intersection of this range with another range. This range isn't changed. If the two ranges aren't overlapped or adjacent, then this method will return 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}.
|
|
89061
89063
|
*
|
|
89062
89064
|
* @remarks
|
|
89063
89065
|
* [Api set: WordApi 1.3]
|
|
@@ -89135,7 +89137,7 @@ declare namespace Word {
|
|
|
89135
89137
|
expand?: string;
|
|
89136
89138
|
}): Word.Range;
|
|
89137
89139
|
/**
|
|
89138
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
89140
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
89139
89141
|
*/
|
|
89140
89142
|
track(): Word.Range;
|
|
89141
89143
|
/**
|
|
@@ -89192,7 +89194,7 @@ declare namespace Word {
|
|
|
89192
89194
|
*/
|
|
89193
89195
|
load(propertyNamesAndPaths?: OfficeExtension.LoadOption): Word.RangeCollection;
|
|
89194
89196
|
/**
|
|
89195
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
89197
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
89196
89198
|
*/
|
|
89197
89199
|
track(): Word.RangeCollection;
|
|
89198
89200
|
/**
|
|
@@ -89442,7 +89444,7 @@ declare namespace Word {
|
|
|
89442
89444
|
expand?: string;
|
|
89443
89445
|
}): Word.Section;
|
|
89444
89446
|
/**
|
|
89445
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
89447
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
89446
89448
|
*/
|
|
89447
89449
|
track(): Word.Section;
|
|
89448
89450
|
/**
|
|
@@ -89499,7 +89501,7 @@ declare namespace Word {
|
|
|
89499
89501
|
*/
|
|
89500
89502
|
load(propertyNamesAndPaths?: OfficeExtension.LoadOption): Word.SectionCollection;
|
|
89501
89503
|
/**
|
|
89502
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
89504
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
89503
89505
|
*/
|
|
89504
89506
|
track(): Word.SectionCollection;
|
|
89505
89507
|
/**
|
|
@@ -89572,7 +89574,7 @@ declare namespace Word {
|
|
|
89572
89574
|
expand?: string;
|
|
89573
89575
|
}): Word.Setting;
|
|
89574
89576
|
/**
|
|
89575
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
89577
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
89576
89578
|
*/
|
|
89577
89579
|
track(): Word.Setting;
|
|
89578
89580
|
/**
|
|
@@ -89630,7 +89632,7 @@ declare namespace Word {
|
|
|
89630
89632
|
*/
|
|
89631
89633
|
getItem(key: string): Word.Setting;
|
|
89632
89634
|
/**
|
|
89633
|
-
* Gets a setting object by its key, which is case-sensitive. If the setting
|
|
89635
|
+
* Gets a setting object by its key, which is case-sensitive. If the setting doesn't exist, then this method will return 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}.
|
|
89634
89636
|
*
|
|
89635
89637
|
* @remarks
|
|
89636
89638
|
* [Api set: WordApi 1.4]
|
|
@@ -89657,7 +89659,7 @@ declare namespace Word {
|
|
|
89657
89659
|
*/
|
|
89658
89660
|
load(propertyNamesAndPaths?: OfficeExtension.LoadOption): Word.SettingCollection;
|
|
89659
89661
|
/**
|
|
89660
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
89662
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
89661
89663
|
*/
|
|
89662
89664
|
track(): Word.SettingCollection;
|
|
89663
89665
|
/**
|
|
@@ -89734,7 +89736,7 @@ declare namespace Word {
|
|
|
89734
89736
|
*/
|
|
89735
89737
|
load(propertyNamesAndPaths?: OfficeExtension.LoadOption): Word.StyleCollection;
|
|
89736
89738
|
/**
|
|
89737
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
89739
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
89738
89740
|
*/
|
|
89739
89741
|
track(): Word.StyleCollection;
|
|
89740
89742
|
/**
|
|
@@ -89884,7 +89886,7 @@ declare namespace Word {
|
|
|
89884
89886
|
expand?: string;
|
|
89885
89887
|
}): Word.Style;
|
|
89886
89888
|
/**
|
|
89887
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
89889
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
89888
89890
|
*/
|
|
89889
89891
|
track(): Word.Style;
|
|
89890
89892
|
/**
|
|
@@ -90420,7 +90422,7 @@ declare namespace Word {
|
|
|
90420
90422
|
expand?: string;
|
|
90421
90423
|
}): Word.Table;
|
|
90422
90424
|
/**
|
|
90423
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
90425
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
90424
90426
|
*/
|
|
90425
90427
|
track(): Word.Table;
|
|
90426
90428
|
/**
|
|
@@ -90477,7 +90479,7 @@ declare namespace Word {
|
|
|
90477
90479
|
*/
|
|
90478
90480
|
load(propertyNamesAndPaths?: OfficeExtension.LoadOption): Word.TableCollection;
|
|
90479
90481
|
/**
|
|
90480
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
90482
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
90481
90483
|
*/
|
|
90482
90484
|
track(): Word.TableCollection;
|
|
90483
90485
|
/**
|
|
@@ -90765,7 +90767,7 @@ declare namespace Word {
|
|
|
90765
90767
|
expand?: string;
|
|
90766
90768
|
}): Word.TableRow;
|
|
90767
90769
|
/**
|
|
90768
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
90770
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
90769
90771
|
*/
|
|
90770
90772
|
track(): Word.TableRow;
|
|
90771
90773
|
/**
|
|
@@ -90822,7 +90824,7 @@ declare namespace Word {
|
|
|
90822
90824
|
*/
|
|
90823
90825
|
load(propertyNamesAndPaths?: OfficeExtension.LoadOption): Word.TableRowCollection;
|
|
90824
90826
|
/**
|
|
90825
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
90827
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
90826
90828
|
*/
|
|
90827
90829
|
track(): Word.TableRowCollection;
|
|
90828
90830
|
/**
|
|
@@ -91067,7 +91069,7 @@ declare namespace Word {
|
|
|
91067
91069
|
expand?: string;
|
|
91068
91070
|
}): Word.TableCell;
|
|
91069
91071
|
/**
|
|
91070
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
91072
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
91071
91073
|
*/
|
|
91072
91074
|
track(): Word.TableCell;
|
|
91073
91075
|
/**
|
|
@@ -91124,7 +91126,7 @@ declare namespace Word {
|
|
|
91124
91126
|
*/
|
|
91125
91127
|
load(propertyNamesAndPaths?: OfficeExtension.LoadOption): Word.TableCellCollection;
|
|
91126
91128
|
/**
|
|
91127
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
91129
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
91128
91130
|
*/
|
|
91129
91131
|
track(): Word.TableCellCollection;
|
|
91130
91132
|
/**
|
|
@@ -91197,7 +91199,7 @@ declare namespace Word {
|
|
|
91197
91199
|
expand?: string;
|
|
91198
91200
|
}): Word.TableBorder;
|
|
91199
91201
|
/**
|
|
91200
|
-
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you
|
|
91202
|
+
* Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created. If this object is part of a collection, you should also track the parent collection.
|
|
91201
91203
|
*/
|
|
91202
91204
|
track(): Word.TableBorder;
|
|
91203
91205
|
/**
|
|
@@ -94562,7 +94564,7 @@ declare namespace Word {
|
|
|
94562
94564
|
*/
|
|
94563
94565
|
listItem?: Word.Interfaces.ListItemUpdateData;
|
|
94564
94566
|
/**
|
|
94565
|
-
* Gets the ListItem for the paragraph. If the paragraph
|
|
94567
|
+
* Gets the ListItem for the paragraph. If the paragraph isn't part of a list, then this method will return 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}.
|
|
94566
94568
|
*
|
|
94567
94569
|
* @remarks
|
|
94568
94570
|
* [Api set: WordApi 1.3]
|
|
@@ -96152,7 +96154,7 @@ declare namespace Word {
|
|
|
96152
96154
|
*/
|
|
96153
96155
|
listItem?: Word.Interfaces.ListItemData;
|
|
96154
96156
|
/**
|
|
96155
|
-
* Gets the ListItem for the paragraph. If the paragraph
|
|
96157
|
+
* Gets the ListItem for the paragraph. If the paragraph isn't part of a list, then this method will return 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}.
|
|
96156
96158
|
*
|
|
96157
96159
|
* @remarks
|
|
96158
96160
|
* [Api set: WordApi 1.3]
|
|
@@ -98075,14 +98077,14 @@ declare namespace Word {
|
|
|
98075
98077
|
*/
|
|
98076
98078
|
parentTableCell?: Word.Interfaces.TableCellLoadOptions;
|
|
98077
98079
|
/**
|
|
98078
|
-
* Gets the table cell that contains the field. If it
|
|
98080
|
+
* Gets the table cell that contains the field. If it isn't contained in a table cell, then this method will return 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}.
|
|
98079
98081
|
*
|
|
98080
98082
|
* @remarks
|
|
98081
98083
|
* [Api set: WordApi 1.4]
|
|
98082
98084
|
*/
|
|
98083
98085
|
parentTableCellOrNullObject?: Word.Interfaces.TableCellLoadOptions;
|
|
98084
98086
|
/**
|
|
98085
|
-
* Gets the table that contains the field. If it
|
|
98087
|
+
* Gets the table that contains the field. If it isn't contained in a table, then this method will return 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}.
|
|
98086
98088
|
*
|
|
98087
98089
|
* @remarks
|
|
98088
98090
|
* [Api set: WordApi 1.4]
|
|
@@ -98180,14 +98182,14 @@ declare namespace Word {
|
|
|
98180
98182
|
*/
|
|
98181
98183
|
parentTableCell?: Word.Interfaces.TableCellLoadOptions;
|
|
98182
98184
|
/**
|
|
98183
|
-
* For EACH ITEM in the collection: Gets the table cell that contains the field. If it
|
|
98185
|
+
* For EACH ITEM in the collection: Gets the table cell that contains the field. If it isn't contained in a table cell, then this method will return 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}.
|
|
98184
98186
|
*
|
|
98185
98187
|
* @remarks
|
|
98186
98188
|
* [Api set: WordApi 1.4]
|
|
98187
98189
|
*/
|
|
98188
98190
|
parentTableCellOrNullObject?: Word.Interfaces.TableCellLoadOptions;
|
|
98189
98191
|
/**
|
|
98190
|
-
* For EACH ITEM in the collection: Gets the table that contains the field. If it
|
|
98192
|
+
* For EACH ITEM in the collection: Gets the table that contains the field. If it isn't contained in a table, then this method will return 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}.
|
|
98191
98193
|
*
|
|
98192
98194
|
* @remarks
|
|
98193
98195
|
* [Api set: WordApi 1.4]
|
|
@@ -98374,14 +98376,14 @@ declare namespace Word {
|
|
|
98374
98376
|
*/
|
|
98375
98377
|
parentTableCell?: Word.Interfaces.TableCellLoadOptions;
|
|
98376
98378
|
/**
|
|
98377
|
-
* Gets the table cell that contains the inline image. If it
|
|
98379
|
+
* Gets the table cell that contains the inline image. If it isn't contained in a table cell, then this method will return 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}.
|
|
98378
98380
|
*
|
|
98379
98381
|
* @remarks
|
|
98380
98382
|
* [Api set: WordApi 1.3]
|
|
98381
98383
|
*/
|
|
98382
98384
|
parentTableCellOrNullObject?: Word.Interfaces.TableCellLoadOptions;
|
|
98383
98385
|
/**
|
|
98384
|
-
* Gets the table that contains the inline image. If it
|
|
98386
|
+
* Gets the table that contains the inline image. If it isn't contained in a table, then this method will return 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}.
|
|
98385
98387
|
*
|
|
98386
98388
|
* @remarks
|
|
98387
98389
|
* [Api set: WordApi 1.3]
|
|
@@ -98477,14 +98479,14 @@ declare namespace Word {
|
|
|
98477
98479
|
*/
|
|
98478
98480
|
parentTableCell?: Word.Interfaces.TableCellLoadOptions;
|
|
98479
98481
|
/**
|
|
98480
|
-
* For EACH ITEM in the collection: Gets the table cell that contains the inline image. If it
|
|
98482
|
+
* For EACH ITEM in the collection: Gets the table cell that contains the inline image. If it isn't contained in a table cell, then this method will return 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}.
|
|
98481
98483
|
*
|
|
98482
98484
|
* @remarks
|
|
98483
98485
|
* [Api set: WordApi 1.3]
|
|
98484
98486
|
*/
|
|
98485
98487
|
parentTableCellOrNullObject?: Word.Interfaces.TableCellLoadOptions;
|
|
98486
98488
|
/**
|
|
98487
|
-
* For EACH ITEM in the collection: Gets the table that contains the inline image. If it
|
|
98489
|
+
* For EACH ITEM in the collection: Gets the table that contains the inline image. If it isn't contained in a table, then this method will return 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}.
|
|
98488
98490
|
*
|
|
98489
98491
|
* @remarks
|
|
98490
98492
|
* [Api set: WordApi 1.3]
|
|
@@ -98731,14 +98733,14 @@ declare namespace Word {
|
|
|
98731
98733
|
*/
|
|
98732
98734
|
listItem?: Word.Interfaces.ListItemLoadOptions;
|
|
98733
98735
|
/**
|
|
98734
|
-
* Gets the ListItem for the paragraph. If the paragraph
|
|
98736
|
+
* Gets the ListItem for the paragraph. If the paragraph isn't part of a list, then this method will return 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}.
|
|
98735
98737
|
*
|
|
98736
98738
|
* @remarks
|
|
98737
98739
|
* [Api set: WordApi 1.3]
|
|
98738
98740
|
*/
|
|
98739
98741
|
listItemOrNullObject?: Word.Interfaces.ListItemLoadOptions;
|
|
98740
98742
|
/**
|
|
98741
|
-
* Gets the List to which this paragraph belongs. If the paragraph
|
|
98743
|
+
* Gets the List to which this paragraph belongs. If the paragraph isn't in a list, then this method will return 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}.
|
|
98742
98744
|
*
|
|
98743
98745
|
* @remarks
|
|
98744
98746
|
* [Api set: WordApi 1.3]
|
|
@@ -98780,14 +98782,14 @@ declare namespace Word {
|
|
|
98780
98782
|
*/
|
|
98781
98783
|
parentTableCell?: Word.Interfaces.TableCellLoadOptions;
|
|
98782
98784
|
/**
|
|
98783
|
-
* Gets the table cell that contains the paragraph. If it
|
|
98785
|
+
* Gets the table cell that contains the paragraph. If it isn't contained in a table cell, then this method will return 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}.
|
|
98784
98786
|
*
|
|
98785
98787
|
* @remarks
|
|
98786
98788
|
* [Api set: WordApi 1.3]
|
|
98787
98789
|
*/
|
|
98788
98790
|
parentTableCellOrNullObject?: Word.Interfaces.TableCellLoadOptions;
|
|
98789
98791
|
/**
|
|
98790
|
-
* Gets the table that contains the paragraph. If it
|
|
98792
|
+
* Gets the table that contains the paragraph. If it isn't contained in a table, then this method will return 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}.
|
|
98791
98793
|
*
|
|
98792
98794
|
* @remarks
|
|
98793
98795
|
* [Api set: WordApi 1.3]
|
|
@@ -98939,14 +98941,14 @@ declare namespace Word {
|
|
|
98939
98941
|
*/
|
|
98940
98942
|
listItem?: Word.Interfaces.ListItemLoadOptions;
|
|
98941
98943
|
/**
|
|
98942
|
-
* For EACH ITEM in the collection: Gets the ListItem for the paragraph. If the paragraph
|
|
98944
|
+
* For EACH ITEM in the collection: Gets the ListItem for the paragraph. If the paragraph isn't part of a list, then this method will return 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}.
|
|
98943
98945
|
*
|
|
98944
98946
|
* @remarks
|
|
98945
98947
|
* [Api set: WordApi 1.3]
|
|
98946
98948
|
*/
|
|
98947
98949
|
listItemOrNullObject?: Word.Interfaces.ListItemLoadOptions;
|
|
98948
98950
|
/**
|
|
98949
|
-
* For EACH ITEM in the collection: Gets the List to which this paragraph belongs. If the paragraph
|
|
98951
|
+
* For EACH ITEM in the collection: Gets the List to which this paragraph belongs. If the paragraph isn't in a list, then this method will return 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}.
|
|
98950
98952
|
*
|
|
98951
98953
|
* @remarks
|
|
98952
98954
|
* [Api set: WordApi 1.3]
|
|
@@ -98988,14 +98990,14 @@ declare namespace Word {
|
|
|
98988
98990
|
*/
|
|
98989
98991
|
parentTableCell?: Word.Interfaces.TableCellLoadOptions;
|
|
98990
98992
|
/**
|
|
98991
|
-
* For EACH ITEM in the collection: Gets the table cell that contains the paragraph. If it
|
|
98993
|
+
* For EACH ITEM in the collection: Gets the table cell that contains the paragraph. If it isn't contained in a table cell, then this method will return 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}.
|
|
98992
98994
|
*
|
|
98993
98995
|
* @remarks
|
|
98994
98996
|
* [Api set: WordApi 1.3]
|
|
98995
98997
|
*/
|
|
98996
98998
|
parentTableCellOrNullObject?: Word.Interfaces.TableCellLoadOptions;
|
|
98997
98999
|
/**
|
|
98998
|
-
* For EACH ITEM in the collection: Gets the table that contains the paragraph. If it
|
|
99000
|
+
* For EACH ITEM in the collection: Gets the table that contains the paragraph. If it isn't contained in a table, then this method will return 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}.
|
|
98999
99001
|
*
|
|
99000
99002
|
* @remarks
|
|
99001
99003
|
* [Api set: WordApi 1.3]
|
|
@@ -99278,14 +99280,14 @@ declare namespace Word {
|
|
|
99278
99280
|
*/
|
|
99279
99281
|
parentTableCell?: Word.Interfaces.TableCellLoadOptions;
|
|
99280
99282
|
/**
|
|
99281
|
-
* Gets the table cell that contains the range. If it
|
|
99283
|
+
* Gets the table cell that contains the range. If it isn't contained in a table cell, then this method will return 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}.
|
|
99282
99284
|
*
|
|
99283
99285
|
* @remarks
|
|
99284
99286
|
* [Api set: WordApi 1.3]
|
|
99285
99287
|
*/
|
|
99286
99288
|
parentTableCellOrNullObject?: Word.Interfaces.TableCellLoadOptions;
|
|
99287
99289
|
/**
|
|
99288
|
-
* Gets the table that contains the range. If it
|
|
99290
|
+
* Gets the table that contains the range. If it isn't contained in a table, then this method will return 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}.
|
|
99289
99291
|
*
|
|
99290
99292
|
* @remarks
|
|
99291
99293
|
* [Api set: WordApi 1.3]
|
|
@@ -99381,14 +99383,14 @@ declare namespace Word {
|
|
|
99381
99383
|
*/
|
|
99382
99384
|
parentTableCell?: Word.Interfaces.TableCellLoadOptions;
|
|
99383
99385
|
/**
|
|
99384
|
-
* For EACH ITEM in the collection: Gets the table cell that contains the range. If it
|
|
99386
|
+
* For EACH ITEM in the collection: Gets the table cell that contains the range. If it isn't contained in a table cell, then this method will return 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}.
|
|
99385
99387
|
*
|
|
99386
99388
|
* @remarks
|
|
99387
99389
|
* [Api set: WordApi 1.3]
|
|
99388
99390
|
*/
|
|
99389
99391
|
parentTableCellOrNullObject?: Word.Interfaces.TableCellLoadOptions;
|
|
99390
99392
|
/**
|
|
99391
|
-
* For EACH ITEM in the collection: Gets the table that contains the range. If it
|
|
99393
|
+
* For EACH ITEM in the collection: Gets the table that contains the range. If it isn't contained in a table, then this method will return 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}.
|
|
99392
99394
|
*
|
|
99393
99395
|
* @remarks
|
|
99394
99396
|
* [Api set: WordApi 1.3]
|
|
@@ -99842,14 +99844,14 @@ declare namespace Word {
|
|
|
99842
99844
|
*/
|
|
99843
99845
|
parentTableCell?: Word.Interfaces.TableCellLoadOptions;
|
|
99844
99846
|
/**
|
|
99845
|
-
* Gets the table cell that contains this table. If it
|
|
99847
|
+
* Gets the table cell that contains this table. If it isn't contained in a table cell, then this method will return 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}.
|
|
99846
99848
|
*
|
|
99847
99849
|
* @remarks
|
|
99848
99850
|
* [Api set: WordApi 1.3]
|
|
99849
99851
|
*/
|
|
99850
99852
|
parentTableCellOrNullObject?: Word.Interfaces.TableCellLoadOptions;
|
|
99851
99853
|
/**
|
|
99852
|
-
* Gets the table that contains this table. If it
|
|
99854
|
+
* Gets the table that contains this table. If it isn't contained in a table, then this method will return 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}.
|
|
99853
99855
|
*
|
|
99854
99856
|
* @remarks
|
|
99855
99857
|
* [Api set: WordApi 1.3]
|
|
@@ -100029,14 +100031,14 @@ declare namespace Word {
|
|
|
100029
100031
|
*/
|
|
100030
100032
|
parentTableCell?: Word.Interfaces.TableCellLoadOptions;
|
|
100031
100033
|
/**
|
|
100032
|
-
* For EACH ITEM in the collection: Gets the table cell that contains this table. If it
|
|
100034
|
+
* For EACH ITEM in the collection: Gets the table cell that contains this table. If it isn't contained in a table cell, then this method will return 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}.
|
|
100033
100035
|
*
|
|
100034
100036
|
* @remarks
|
|
100035
100037
|
* [Api set: WordApi 1.3]
|
|
100036
100038
|
*/
|
|
100037
100039
|
parentTableCellOrNullObject?: Word.Interfaces.TableCellLoadOptions;
|
|
100038
100040
|
/**
|
|
100039
|
-
* For EACH ITEM in the collection: Gets the table that contains this table. If it
|
|
100041
|
+
* For EACH ITEM in the collection: Gets the table that contains this table. If it isn't contained in a table, then this method will return 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}.
|
|
100040
100042
|
*
|
|
100041
100043
|
* @remarks
|
|
100042
100044
|
* [Api set: WordApi 1.3]
|
office-js/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.348",
|
|
4
4
|
"description": "TypeScript definitions for Office.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "9166274f9d9dca703808269fb24c8561b74c02daba71864ad39c55c71423542e",
|
|
49
49
|
"typeScriptVersion": "4.5"
|
|
50
50
|
}
|