TagCollection
Contents
[
Hide
]
TagCollection class
Represents the collection of tags (user defined pairs of strings)
The TagCollection type exposes the following members:
Properties
Name | Description |
---|---|
as_i_collection | Returns ICollection class. |
as_i_enumerable | Returns IEnumerable class. |
Methods
Name | Description |
---|---|
add(name, value) | Adds a new tag to collection. |
remove(name) | Removes the tag with a specified name from the collection. |
index_of_name(name) | Returns the zero-based index of the specified key in the collection. |
remove_at(index) | Removes the tag at the specified index. |
clear() | Removes all tags from the collection. |
get_value_by_index(index) | Returns value of a tag at the specified index. |
get_name_by_index(index) | Returns key of a tag at the specified index. |
get_names_of_tags() | Returns names of tags. |
See Also
- namespace aspose.slides
- assembly Aspose.Slides