ITagCollection Interface |
Namespace: Aspose.Slides
The ITagCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsICollection |
Returns ICollection interface.
(Inherited from IGenericCollectionT.) |
![]() | AsIEnumerable |
Returns IEnumerable interface.
Read-only IEnumerable.
(Inherited from IGenericCollectionT.) |
![]() | Count | Gets the number of elements contained in the ICollection. (Inherited from ICollection.) |
![]() | IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from ICollection.) |
![]() | Item |
Returns or sets a key and a value pair of a tag.
|
![]() | SyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from ICollection.) |
Name | Description | |
---|---|---|
![]() | Add |
Adds a new tag to collection.
|
![]() | Clear |
Removes all tags from the collection.
|
![]() | Contains |
Determines whether the collection contains a specific name.
|
![]() | CopyTo | (Inherited from ICollection.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableKeyValuePairString, String.) |
![]() | GetNameByIndex |
Returns key of a tag at the specified index.
|
![]() | GetNamesOfTags |
Returns names of tags.
|
![]() | GetValueByIndex |
Returns value of a tag at the specified index.
|
![]() | IndexOfName |
Returns the zero-based index of the specified key in the collection.
|
![]() | Remove |
Removes the tag with a specified name from the collection.
|
![]() | RemoveAt |
Removes the tag at the specified index.
|