com.aspose.slides
Class Tabs

java.lang.Object
  extended by com.aspose.slides.Tabs
All Implemented Interfaces:
com.aspose.ms.System.Collections.IEnumerable<Tab>, java.lang.Iterable<Tab>
Direct Known Subclasses:
TabCollection

Deprecated.

@Deprecated
public class Tabs
extends java.lang.Object
implements com.aspose.ms.System.Collections.IEnumerable<Tab>

Represents a collection of a tabs.


Method Summary
 int add(Tab value)
          Deprecated.  Adds a Tab to the collection.
 void clear()
          Deprecated.  Removes all elements from the collection.
 Tab get_Item(int index)
          Deprecated.  Gets the element at the specified index.
 int getCount()
          Deprecated.  Gets the number of elements actually contained in the collection.
 com.aspose.ms.System.Collections.IEnumerator<Tab> iterator()
          Deprecated.  Returns an enumerator for the entire collection.
 void removeAt(int index)
          Deprecated.  Removes the element at the specified index of the collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCount

public int getCount()
Deprecated. 

Gets the number of elements actually contained in the collection.


get_Item

public Tab get_Item(int index)
Deprecated. 

Gets the element at the specified index.


add

public int add(Tab value)
Deprecated. 

Adds a Tab to the collection.

Parameters:
value - The Tab to be added to the end of the collection.
Returns:
The index at which the tab has been added.

clear

public void clear()
Deprecated. 

Removes all elements from the collection.


removeAt

public void removeAt(int index)
Deprecated. 

Removes the element at the specified index of the collection.

Parameters:
index - The zero-based index of the element to remove.

iterator

public com.aspose.ms.System.Collections.IEnumerator<Tab> iterator()
Deprecated. 

Returns an enumerator for the entire collection.

Specified by:
iterator in interface com.aspose.ms.System.Collections.IEnumerable<Tab>
Specified by:
iterator in interface java.lang.Iterable<Tab>
Returns:
An IEnumerator for the entire collection.