|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ImagesEx
com.aspose.slides.ImageExCollection
public final class ImageExCollection
Represents collection of ImageEx.
Method Summary | |
---|---|
ImageEx |
addImage(java.awt.image.BufferedImage image)
Add an image to a presentation. |
ImageEx |
addImage(ImageEx image)
Adds a copy of an image from an another presentation. |
ImageEx |
addImage(java.io.InputStream stream)
|
void |
copyTo(com.aspose.ms.System.Array array,
int index)
Copies all elements from the collection to the specified array. |
ImageEx |
get_Item(int index)
Gets the element at the specified index. |
int |
getCount()
Returns a number of images in the collection. |
java.lang.Object |
getSyncRoot()
Returns a synchronization root. |
boolean |
isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe). |
com.aspose.ms.System.Collections.IEnumerator<ImageEx> |
iterator()
Returns an enumerator for the entire collection. |
int |
size()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void copyTo(com.aspose.ms.System.Array array, int index)
Copies all elements from the collection to the specified array.
copyTo
in interface com.aspose.ms.System.Collections.ICollection<ImageEx>
array
- Target array.index
- Starting index in the target array.public boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized
in interface com.aspose.ms.System.Collections.ICollection<ImageEx>
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Readonly object
.
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection<ImageEx>
public int size()
size
in interface com.aspose.ms.System.Collections.ICollection<ImageEx>
public int getCount()
ImagesEx
Returns a number of images in the collection.
getCount
in class ImagesEx
public ImageEx get_Item(int index)
ImagesEx
Gets the element at the specified index.
Read-only ImageEx
.
get_Item
in class ImagesEx
public ImageEx addImage(ImageEx image)
ImagesEx
Adds a copy of an image from an another presentation.
addImage
in class ImagesEx
image
- Source image.
public ImageEx addImage(java.awt.image.BufferedImage image)
ImagesEx
Add an image to a presentation.
addImage
in class ImagesEx
image
- Image to add.
public ImageEx addImage(java.io.InputStream stream)
addImage
in class ImagesEx
public com.aspose.ms.System.Collections.IEnumerator<ImageEx> iterator()
ImagesEx
Returns an enumerator for the entire collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<ImageEx>
iterator
in interface java.lang.Iterable<ImageEx>
iterator
in class ImagesEx
IEnumerator
for the entire collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |