Add()
TagCollection::Add(System::String, System::String) method
Adds a new tag to collection.
int32_t Aspose::Slides::TagCollection::Add(System::String name, System::String value) override
Arguments
Parameter | Type | Description |
---|---|---|
name | System::String | The name of the tag. |
value | System::String | The value of the tag. |
Return Value
The index of the added tag.
See Also
- Class String
- Class TagCollection
- Namespace Aspose::Slides
- Library Aspose.Slides