PowerPoint.Interfaces.TagLoadOptions interface

Represents a single tag in the slide.

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

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 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

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 ]