You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
111788
111788
*
111789
111789
* @remarks
111790
111790
* [Api set: WordApi 1.1]
@@ -144294,7 +144294,7 @@ declare namespace Word {
144294
144294
*/
144295
144295
interface SelectionInsertSymbolOptions {
144296
144296
/**
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`.
144298
144298
*
144299
144299
* @remarks
144300
144300
* [Api set: WordApiDesktop 1.4]
@@ -149464,14 +149464,14 @@ declare namespace Word {
* 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.
157720
157720
*
157721
157721
* @remarks
157722
157722
* [Api set: WordApi 1.1]
@@ -165281,14 +165281,14 @@ declare namespace Word {
165281
165281
*/
165282
165282
appearance?: boolean;
165283
165283
/**
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`.
165285
165285
*
165286
165286
* @remarks
165287
165287
* [Api set: WordApi 1.1]
165288
165288
*/
165289
165289
cannotDelete?: boolean;
165290
165290
/**
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.
165292
165292
*
165293
165293
* @remarks
165294
165294
* [Api set: WordApi 1.1]
@@ -165316,7 +165316,7 @@ declare namespace Word {
165316
165316
*/
165317
165317
placeholderText?: boolean;
165318
165318
/**
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`.
165320
165320
*
165321
165321
* @remarks
165322
165322
* [Api set: WordApi 1.1]
@@ -165496,14 +165496,14 @@ declare namespace Word {
165496
165496
*/
165497
165497
appearance?: boolean;
165498
165498
/**
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`.
165500
165500
*
165501
165501
* @remarks
165502
165502
* [Api set: WordApi 1.1]
165503
165503
*/
165504
165504
cannotDelete?: boolean;
165505
165505
/**
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.
165507
165507
*
165508
165508
* @remarks
165509
165509
* [Api set: WordApi 1.1]
@@ -165531,7 +165531,7 @@ declare namespace Word {
165531
165531
*/
165532
165532
placeholderText?: boolean;
165533
165533
/**
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`.
165535
165535
*
165536
165536
* @remarks
165537
165537
* [Api set: WordApi 1.1]
@@ -165738,7 +165738,7 @@ declare namespace Word {
0 commit comments