TabCollection Class |
Namespace: Aspose.Slides
The TabCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements actually contained in the collection.
Read-only Int32.
|
![]() | IsSynchronized |
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only Boolean.
|
![]() | Item |
Gets the element at the specified index.
Read-only Tab.
|
![]() | SyncRoot |
Returns a synchronization root.
Read-only Object.
|
Name | Description | |
---|---|---|
![]() | Add(ITab) |
Adds a Tab to the collection.
|
![]() | Add(Double, TabAlignment) |
Adds a Tab to the collection.
|
![]() | Clear |
Removes all elements from the collection.
|
![]() | CopyTo |
Copies all elements from the collection to the specified array.
|
![]() | Equals |
Determines whether two TabsEx instances are equal.
(Overrides ObjectEquals(Object).) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode |
Returns hash code for this object.
(Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | RemoveAt |
Removes the element at the specified index of the collection.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |