Word.Interfaces.SettingCollectionLoadOptions interface
Contains the collection of Word.Setting objects.
Remarks
Properties
| $all | Specifying |
| key | For EACH ITEM in the collection: Gets the key of the setting. |
| value | For EACH ITEM in the collection: Specifies the value of the setting. |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
key
For EACH ITEM in the collection: Gets the key of the setting.
key?: boolean;
Property Value
boolean
Remarks
value
For EACH ITEM in the collection: Specifies the value of the setting.
value?: boolean;
Property Value
boolean