com.aspose.slides
Class TabsEx

java.lang.Object
  extended by com.aspose.slides.TabsEx
Direct Known Subclasses:
TabExCollection

Deprecated.

@Deprecated
public class TabsEx
extends java.lang.Object

Represents a collection of tabs.


Method Summary
 int add(TabEx value)
          Deprecated.  Adds a TabEx to the collection.
 void clear()
          Deprecated.  Removes all elements from the collection.
 boolean equals(java.lang.Object obj)
          Deprecated.  Determines whether two TabsEx instances are equal.
 TabEx 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<TabEx> 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
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. Read-only int.


get_Item

public TabEx get_Item(int index)
Deprecated. 

Gets the element at the specified index. Read-only TabEx.


add

public int add(TabEx value)
Deprecated. 

Adds a TabEx to the collection.

Parameters:
value - The TabEx object to be added at the end of the collection.
Returns:
The index at which the tab was 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.

equals

public boolean equals(java.lang.Object obj)
Deprecated. 

Determines whether two TabsEx instances are equal.

Overrides:
equals in class java.lang.Object
Parameters:
obj - The TabsEx to compare with the current TabsEx.
Returns:
<b>true</b> if the specified TabsEx is equal to the current TabsEx; otherwise, <b>false</b>.

iterator

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

Returns an enumerator for the entire collection.

Returns:
An IEnumerator for the entire collection.