PowerPoint.Interfaces.TagData interface

An interface describing the data returned by calling tag.toJSON().

Properties

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

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?: string;

Property Value

string

Remarks

[ API set: PowerPointApi 1.3 ]

value

Gets the value of the tag.

value?: string;

Property Value

string

Remarks

[ API set: PowerPointApi 1.3 ]