TagCollection Class |
Namespace: Aspose.Slides
The TagCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Returns a number of tags in the collectoin.
Read-only Int32.
|
![]() | IsSynchronized |
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only Boolean.
|
![]() | Item |
Returns or sets a key and a value pair of a tag.
|
![]() | SyncRoot |
Returns a synchronization root.
Read-only Object.
|
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 |
Copies all elements from the collection into the specified array.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetNameByIndex |
Returns key of a tag at the specified index.
|
![]() | GetNamesOfTags |
Returns names of tags.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | 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.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |