|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.collections.EmbedImageList
public class EmbedImageList
Summary description for Images.
Constructor Summary | |
---|---|
EmbedImageList(PresentationPptx parent)
|
Method Summary | |
---|---|
IImageData |
append(java.awt.image.BufferedImage patternImage)
Append a patternimage. |
ImageData |
append(IImageData embedImage)
Adds a copy of an image from an another presentation. |
IImageData |
get(int index)
Gets the element at the specified index. |
int |
getCount()
Gets a number of images in the collection. |
com.spire.ms.System.Collections.IEnumerator |
iterator()
Gets an enumerator for the entire collection. |
Constructor Detail |
---|
public EmbedImageList(PresentationPptx parent)
Method Detail |
---|
public int getCount()
public IImageData get(int index)
index
-
public ImageData append(IImageData embedImage)
embedImage
-
java.lang.Exception
public com.spire.ms.System.Collections.IEnumerator iterator()
public IImageData append(java.awt.image.BufferedImage patternImage)
patternImage
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |