embedimagelist-ag凯发旗舰厅
com.spire.presentation.collections
class embedimagelist
java.lang.object
com.spire.presentation.collections.embedimagelist
- all implemented interfaces:
- com.spire.ms.system.collections.ienumerable, java.lang.iterable
- direct known subclasses:
- imagecollection
public class embedimagelist
- extends java.lang.object
- implements com.spire.ms.system.collections.ienumerable
summary description for images.
method summary |
iimagedata |
append(java.awt.image.bufferedimage patternimage)
append a patternimage. |
|
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. |
embedimagelist
public embedimagelist( parent)
getcount
public int getcount()
- gets a number of images in the collection.
- returns:
get
public iimagedata get(int index)
- gets the element at the specified index.
read-only .
- parameters:
index
-
- returns:
append
public append(iimagedata embedimage)
- adds a copy of an image from an another presentation.
- parameters:
embedimage
-
- returns:
- throws:
java.lang.exception
iterator
public com.spire.ms.system.collections.ienumerator iterator()
- gets an enumerator for the entire collection.
- returns:
append
public iimagedata append(java.awt.image.bufferedimage patternimage)
- append a patternimage.
- parameters:
patternimage
-
- returns: