Skip to content

Commit 54b3195

Browse files
[office-js] [office-js-preview] (Word) Minor cleanup (DefinitelyTyped#74800)
1 parent 9d8a032 commit 54b3195

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

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

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -106374,14 +106374,14 @@ declare namespace Word {
106374106374
*/
106375106375
appearance: Word.ContentControlAppearance | "BoundingBox" | "Tags" | "Hidden";
106376106376
/**
106377-
* Specifies a value that indicates whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
106377+
* Specifies whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
106378106378
*
106379106379
* @remarks
106380106380
* [Api set: WordApi 1.1]
106381106381
*/
106382106382
cannotDelete: boolean;
106383106383
/**
106384-
* Specifies a value that indicates whether the user can edit the contents of the content control.
106384+
* Specifies whether the user can edit the contents of the content control.
106385106385
*
106386106386
* @remarks
106387106387
* [Api set: WordApi 1.1]
@@ -106409,7 +106409,7 @@ declare namespace Word {
106409106409
*/
106410106410
placeholderText: string;
106411106411
/**
106412-
* Specifies a value that indicates whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
106412+
* Specifies whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
106413106413
*
106414106414
* @remarks
106415106415
* [Api set: WordApi 1.1]
@@ -107377,7 +107377,7 @@ declare namespace Word {
107377107377
*/
107378107378
schemaCollection: Word.CustomXmlSchemaCollection;
107379107379
/**
107380-
* Gets a value that indicates whether the `CustomXmlPart` is built-in.
107380+
* Gets whether the `CustomXmlPart` is built-in.
107381107381
*
107382107382
* @remarks
107383107383
* [Api set: WordApiDesktop 1.3]
@@ -111784,7 +111784,7 @@ declare namespace Word {
111784111784
*/
111785111785
readonly imageFormat: Word.ImageFormat | "Unsupported" | "Undefined" | "Bmp" | "Jpeg" | "Gif" | "Tiff" | "Png" | "Icon" | "Exif" | "Wmf" | "Emf" | "Pict" | "Pdf" | "Svg";
111786111786
/**
111787-
* Specifies a value that indicates whether the inline image retains its original proportions when you resize it.
111787+
* Specifies whether the inline image retains its original proportions when you resize it.
111788111788
*
111789111789
* @remarks
111790111790
* [Api set: WordApi 1.1]
@@ -144294,7 +144294,7 @@ declare namespace Word {
144294144294
*/
144295144295
interface SelectionInsertSymbolOptions {
144296144296
/**
144297-
* If provided, specifies the font bias for symbols. This argument is useful for setting the correct font bias for East Asian characters. The default value is `default`.
144297+
* If provided, specifies the font bias for symbols. This argument is useful for setting the correct font bias for East Asian characters. The default value is `standard`.
144298144298
*
144299144299
* @remarks
144300144300
* [Api set: WordApiDesktop 1.4]
@@ -149464,14 +149464,14 @@ declare namespace Word {
149464149464
*/
149465149465
appearance?: Word.ContentControlAppearance | "BoundingBox" | "Tags" | "Hidden";
149466149466
/**
149467-
* Specifies a value that indicates whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
149467+
* Specifies whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
149468149468
*
149469149469
* @remarks
149470149470
* [Api set: WordApi 1.1]
149471149471
*/
149472149472
cannotDelete?: boolean;
149473149473
/**
149474-
* Specifies a value that indicates whether the user can edit the contents of the content control.
149474+
* Specifies whether the user can edit the contents of the content control.
149475149475
*
149476149476
* @remarks
149477149477
* [Api set: WordApi 1.1]
@@ -149492,7 +149492,7 @@ declare namespace Word {
149492149492
*/
149493149493
placeholderText?: string;
149494149494
/**
149495-
* Specifies a value that indicates whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
149495+
* Specifies whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
149496149496
*
149497149497
* @remarks
149498149498
* [Api set: WordApi 1.1]
@@ -150727,7 +150727,7 @@ declare namespace Word {
150727150727
*/
150728150728
hyperlink?: string;
150729150729
/**
150730-
* Specifies a value that indicates whether the inline image retains its original proportions when you resize it.
150730+
* Specifies whether the inline image retains its original proportions when you resize it.
150731150731
*
150732150732
* @remarks
150733150733
* [Api set: WordApi 1.1]
@@ -155942,14 +155942,14 @@ declare namespace Word {
155942155942
*/
155943155943
appearance?: Word.ContentControlAppearance | "BoundingBox" | "Tags" | "Hidden";
155944155944
/**
155945-
* Specifies a value that indicates whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
155945+
* Specifies whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
155946155946
*
155947155947
* @remarks
155948155948
* [Api set: WordApi 1.1]
155949155949
*/
155950155950
cannotDelete?: boolean;
155951155951
/**
155952-
* Specifies a value that indicates whether the user can edit the contents of the content control.
155952+
* Specifies whether the user can edit the contents of the content control.
155953155953
*
155954155954
* @remarks
155955155955
* [Api set: WordApi 1.1]
@@ -155977,7 +155977,7 @@ declare namespace Word {
155977155977
*/
155978155978
placeholderText?: string;
155979155979
/**
155980-
* Specifies a value that indicates whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
155980+
* Specifies whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
155981155981
*
155982155982
* @remarks
155983155983
* [Api set: WordApi 1.1]
@@ -156125,7 +156125,7 @@ declare namespace Word {
156125156125
*/
156126156126
schemaCollection?: Word.Interfaces.CustomXmlSchemaData[];
156127156127
/**
156128-
* Gets a value that indicates whether the `CustomXmlPart` is built-in.
156128+
* Gets whether the `CustomXmlPart` is built-in.
156129156129
*
156130156130
* @remarks
156131156131
* [Api set: WordApiDesktop 1.3]
@@ -157716,7 +157716,7 @@ declare namespace Word {
157716157716
*/
157717157717
imageFormat?: Word.ImageFormat | "Unsupported" | "Undefined" | "Bmp" | "Jpeg" | "Gif" | "Tiff" | "Png" | "Icon" | "Exif" | "Wmf" | "Emf" | "Pict" | "Pdf" | "Svg";
157718157718
/**
157719-
* Specifies a value that indicates whether the inline image retains its original proportions when you resize it.
157719+
* Specifies whether the inline image retains its original proportions when you resize it.
157720157720
*
157721157721
* @remarks
157722157722
* [Api set: WordApi 1.1]
@@ -165281,14 +165281,14 @@ declare namespace Word {
165281165281
*/
165282165282
appearance?: boolean;
165283165283
/**
165284-
* Specifies a value that indicates whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
165284+
* Specifies whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
165285165285
*
165286165286
* @remarks
165287165287
* [Api set: WordApi 1.1]
165288165288
*/
165289165289
cannotDelete?: boolean;
165290165290
/**
165291-
* Specifies a value that indicates whether the user can edit the contents of the content control.
165291+
* Specifies whether the user can edit the contents of the content control.
165292165292
*
165293165293
* @remarks
165294165294
* [Api set: WordApi 1.1]
@@ -165316,7 +165316,7 @@ declare namespace Word {
165316165316
*/
165317165317
placeholderText?: boolean;
165318165318
/**
165319-
* Specifies a value that indicates whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
165319+
* Specifies whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
165320165320
*
165321165321
* @remarks
165322165322
* [Api set: WordApi 1.1]
@@ -165496,14 +165496,14 @@ declare namespace Word {
165496165496
*/
165497165497
appearance?: boolean;
165498165498
/**
165499-
* For EACH ITEM in the collection: Specifies a value that indicates whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
165499+
* For EACH ITEM in the collection: Specifies whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
165500165500
*
165501165501
* @remarks
165502165502
* [Api set: WordApi 1.1]
165503165503
*/
165504165504
cannotDelete?: boolean;
165505165505
/**
165506-
* For EACH ITEM in the collection: Specifies a value that indicates whether the user can edit the contents of the content control.
165506+
* For EACH ITEM in the collection: Specifies whether the user can edit the contents of the content control.
165507165507
*
165508165508
* @remarks
165509165509
* [Api set: WordApi 1.1]
@@ -165531,7 +165531,7 @@ declare namespace Word {
165531165531
*/
165532165532
placeholderText?: boolean;
165533165533
/**
165534-
* For EACH ITEM in the collection: Specifies a value that indicates whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
165534+
* For EACH ITEM in the collection: Specifies whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
165535165535
*
165536165536
* @remarks
165537165537
* [Api set: WordApi 1.1]
@@ -165738,7 +165738,7 @@ declare namespace Word {
165738165738
*/
165739165739
documentElement?: Word.Interfaces.CustomXmlNodeLoadOptions;
165740165740
/**
165741-
* Gets a value that indicates whether the `CustomXmlPart` is built-in.
165741+
* Gets whether the `CustomXmlPart` is built-in.
165742165742
*
165743165743
* @remarks
165744165744
* [Api set: WordApiDesktop 1.3]
@@ -165785,7 +165785,7 @@ declare namespace Word {
165785165785
*/
165786165786
documentElement?: Word.Interfaces.CustomXmlNodeLoadOptions;
165787165787
/**
165788-
* For EACH ITEM in the collection: Gets a value that indicates whether the `CustomXmlPart` is built-in.
165788+
* For EACH ITEM in the collection: Gets whether the `CustomXmlPart` is built-in.
165789165789
*
165790165790
* @remarks
165791165791
* [Api set: WordApiDesktop 1.3]
@@ -165832,7 +165832,7 @@ declare namespace Word {
165832165832
*/
165833165833
documentElement?: Word.Interfaces.CustomXmlNodeLoadOptions;
165834165834
/**
165835-
* For EACH ITEM in the collection: Gets a value that indicates whether the `CustomXmlPart` is built-in.
165835+
* For EACH ITEM in the collection: Gets whether the `CustomXmlPart` is built-in.
165836165836
*
165837165837
* @remarks
165838165838
* [Api set: WordApiDesktop 1.3]
@@ -167760,7 +167760,7 @@ declare namespace Word {
167760167760
*/
167761167761
imageFormat?: boolean;
167762167762
/**
167763-
* Specifies a value that indicates whether the inline image retains its original proportions when you resize it.
167763+
* Specifies whether the inline image retains its original proportions when you resize it.
167764167764
*
167765167765
* @remarks
167766167766
* [Api set: WordApi 1.1]
@@ -167870,7 +167870,7 @@ declare namespace Word {
167870167870
*/
167871167871
imageFormat?: boolean;
167872167872
/**
167873-
* For EACH ITEM in the collection: Specifies a value that indicates whether the inline image retains its original proportions when you resize it.
167873+
* For EACH ITEM in the collection: Specifies whether the inline image retains its original proportions when you resize it.
167874167874
*
167875167875
* @remarks
167876167876
* [Api set: WordApi 1.1]

0 commit comments

Comments
 (0)