ITabCollection Interface

Represents a collection of tabs.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface ITabCollection : IGenericCollection<ITab>, 
	IEnumerable<ITab>, IEnumerable, ICollection

The ITabCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodAdd(ITab)
Adds a Tab to the collection.
Public methodAdd(Double, TabAlignment)
Adds a Tab to the collection.
Public methodClear
Removes all elements from the collection.
Public methodCopyTo (Inherited from ICollection.)
Public methodGetEnumerator (Inherited from IEnumerableITab.)
Public methodRemoveAt
Removes the element at the specified index of the collection.
See Also