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
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins