Word.Interfaces.SettingLoadOptions interface
Represents a setting of the add-in.
$all | Specifying |
key | Gets the key of the setting. |
value | Specifies the value of the setting. |
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
Gets the key of the setting.
key?: boolean;
Property Value
boolean
Remarks
Specifies the value of the setting.
value?: boolean;
Property Value
boolean
Remarks
Office Add-ins feedback
Office Add-ins is an open source project. Select a link to provide feedback: