PowerPoint.Interfaces.TagCollectionLoadOptions interface
Represents the collection of tags.
Remarks
[ API set: PowerPointApi 1.3 ]
Properties
$all | Specifying |
key | For EACH ITEM in the collection: Gets the unique ID of the tag. The |
value | For EACH ITEM in the collection: Gets the value of the tag. |
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 unique ID of the tag. The key
is unique within the owning TagCollection
and always stored as uppercase letters within the document.
key?: boolean;
Property Value
boolean
Remarks
value
For EACH ITEM in the collection: Gets the value of the tag.
value?: boolean;
Property Value
boolean
Remarks
Office Add-ins