com.aspose.slides
Class TabExCollection

java.lang.Object
  extended by com.aspose.slides.TabsEx
      extended by com.aspose.slides.TabExCollection
All Implemented Interfaces:
com.aspose.ms.System.Collections.ICollection<TabEx>, com.aspose.ms.System.Collections.IEnumerable<TabEx>, java.lang.Iterable<TabEx>

public final class TabExCollection
extends TabsEx
implements com.aspose.ms.System.Collections.ICollection<TabEx>

Represents a collection of tabs.


Method Summary
 void copyTo(com.aspose.ms.System.Array array, int index)
           Copies all elements from the collection to the specified array.
 java.lang.Object getSyncRoot()
           Returns a synchronization root.
 boolean isSynchronized()
           Returns a value indicating whether access to the collection is synchronized (thread-safe).
 int size()
           
 
Methods inherited from class com.aspose.slides.TabsEx
add, clear, equals, get_Item, getCount, iterator, removeAt
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.aspose.ms.System.Collections.IEnumerable
iterator
 

Method Detail

copyTo

public void copyTo(com.aspose.ms.System.Array array,
                   int index)

Copies all elements from the collection to the specified array.

Specified by:
copyTo in interface com.aspose.ms.System.Collections.ICollection<TabEx>
Parameters:
array - Target array.
index - Starting index in the target array.

isSynchronized

public boolean isSynchronized()

Returns a value indicating whether access to the collection is synchronized (thread-safe).

Specified by:
isSynchronized in interface com.aspose.ms.System.Collections.ICollection<TabEx>

getSyncRoot

public java.lang.Object getSyncRoot()

Returns a synchronization root. Readonly object.

Specified by:
getSyncRoot in interface com.aspose.ms.System.Collections.ICollection<TabEx>

size

public int size()
Specified by:
size in interface com.aspose.ms.System.Collections.ICollection<TabEx>