PowerPoint.Interfaces.CustomPropertyLoadOptions interface
Represents a custom property.
Remarks
[ API set: PowerPointApi 1.7 ]
Properties
$all | Specifying |
key | The string that uniquely identifies the custom property. |
type | The type of the value used for the custom property. |
value | The value of the custom property. If the value is a string, the maximum length 255 characters. Larger strings cause the operation to fail with an |
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
The string that uniquely identifies the custom property.
key?: boolean;
Property Value
boolean
Remarks
type
The type of the value used for the custom property.
type?: boolean;
Property Value
boolean
Remarks
value
The value of the custom property. If the value is a string, the maximum length 255 characters. Larger strings cause the operation to fail with an InvalidArgument
error.
value?: boolean;
Property Value
boolean
Remarks
Office Add-ins