PowerPoint.Interfaces.TagLoadOptions interface
Represents a single tag in the slide.
Remarks
Properties
| $all | Specifying |
| key | Gets the unique ID of the tag. The |
| 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
value
Gets the value of the tag.
value?: boolean;
Property Value
boolean