PowerPoint.Interfaces.TagCollectionLoadOptions interface

Represents the collection of tags.

Remarks

[ API set: PowerPointApi 1.3 ]

Properties

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

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.

value

For EACH ITEM in the collection: Gets the value of the tag.

Property Details

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: 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

[ API set: PowerPointApi 1.3 ]

value

For EACH ITEM in the collection: Gets the value of the tag.

value?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.3 ]