|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ImagesEx
@Deprecated public class ImagesEx
Summary description for ImagesEx.
Method Summary | |
---|---|
ImageEx |
addImage(java.awt.image.BufferedImage image)
Deprecated. Add an image to a presentation. |
ImageEx |
addImage(ImageEx image)
Deprecated. Adds a copy of an image from an another presentation. |
ImageEx |
addImage(java.io.InputStream stream)
Deprecated. |
ImageEx |
get_Item(int index)
Deprecated. Gets the element at the specified index. |
int |
getCount()
Deprecated. Returns a number of images in the collection. |
com.aspose.ms.System.Collections.IEnumerator<ImageEx> |
iterator()
Deprecated. Returns an enumerator for the entire collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getCount()
Returns a number of images in the collection.
public ImageEx get_Item(int index)
Gets the element at the specified index.
Read-only ImageEx
.
public ImageEx addImage(ImageEx image)
Adds a copy of an image from an another presentation.
image
- Source image.
public ImageEx addImage(java.awt.image.BufferedImage image)
Add an image to a presentation.
image
- Image to add.
public ImageEx addImage(java.io.InputStream stream)
public com.aspose.ms.System.Collections.IEnumerator<ImageEx> iterator()
Returns an enumerator for the entire collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<ImageEx>
iterator
in interface java.lang.Iterable<ImageEx>
IEnumerator
for the entire collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |