PowerPoint.Interfaces.TagData interface
An interface describing the data returned by calling tag.toJSON()
.
Properties
key | Gets the unique ID of the tag. The |
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
value
Gets the value of the tag.
value?: string;
Property Value
string