com.aspose.slides
Class PictureCollection

java.lang.Object
  extended by com.aspose.slides.Pictures
      extended by com.aspose.slides.PictureCollection
All Implemented Interfaces:
com.aspose.ms.System.Collections.ICollection<Picture>, com.aspose.ms.System.Collections.IEnumerable<Picture>, java.lang.Iterable<Picture>

public final class PictureCollection
extends Pictures
implements com.aspose.ms.System.Collections.ICollection<Picture>

Represents a collection of a Pictures.


Method Summary
 void copyTo(java.lang.Object[] array, int index)
           Copies all elements from the collection to the specified array.
 java.lang.Object getSyncRoot()
           Returns 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.Pictures
add, get_Item, getCount, getPictureById, iterator, replaceInShapes
 
Methods inherited from class java.lang.Object
equals, 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(java.lang.Object[] array,
                   int index)

Copies all elements from the collection to the specified array.

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

size

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

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<Picture>

getSyncRoot

public java.lang.Object getSyncRoot()

Returns synchronization root.

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