ITabCollection Interface |
Namespace: Aspose.Slides
The ITabCollection 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 | (Inherited from ICollection.) |
![]() | IsSynchronized | (Inherited from ICollection.) |
![]() | Item |
Gets the element at the specified index.
Read-only ITab.
|
![]() | SyncRoot | (Inherited from ICollection.) |
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 | (Inherited from ICollection.) |
![]() | GetEnumerator | (Inherited from IEnumerableITab.) |
![]() | RemoveAt |
Removes the element at the specified index of the collection.
|