ITabCollection
ITabCollection interface
Represents a collection of tabs.
public interface ITabCollection : IGenericCollection<ITab>
Properties
| Name | Description |
|---|---|
| Item { get; } | Gets the element at the specified index. Read-only ITab. |
Methods
| 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. |
| RemoveAt(int) | Removes the element at the specified index of the collection. |
See Also
- interface IGenericCollection<T>
- interface ITab
- namespace Aspose.Slides
- assembly Aspose.Slides