PowerPoint.Interfaces.TagLoadOptions interface

Represents a single tag in the slide.

Remarks

[ API set: PowerPointApi 1.3 ]

Properties

$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).

key

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

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

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

Gets the value of the tag.

value?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.3 ]