|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Pictures
@Deprecated public class Pictures
Represents a collection of a Pictures.
Method Summary | |
---|---|
int |
add(Picture picture)
Deprecated. Adds a Picture to the end of a collection. |
Picture |
get_Item(int index)
Deprecated. Gets the element at the specified index. |
int |
getCount()
Deprecated. Gets the number of elements actually contained in the collection. |
Picture |
getPictureById(int id)
Deprecated. Returns the Picture by its Id. |
com.aspose.ms.System.Collections.IEnumerator<Picture> |
iterator()
Deprecated. Returns an enumerator for the entire collection. |
static void |
replaceInShapes(Picture src,
Picture dst)
Deprecated. Replace picture in all shapes with another picture by replacing identifiers. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getCount()
Gets the number of elements actually contained in the collection.
public Picture get_Item(int index)
Gets the element at the specified index.
public Picture getPictureById(int id)
Returns the Picture by its Id.
id
- Picture's Id.
Aspose.Slides.Picture
object or <b>null</b>
if Picture not found.public int add(Picture picture)
Adds a Picture to the end of a collection.
picture
- The Picture to be added to the end of the collection.
public static void replaceInShapes(Picture src, Picture dst)
Replace picture in all shapes with another picture by replacing identifiers.
src
- The picture which should be replaced in all shapes.dst
- The picture which should be used in all shapes after replacement.public com.aspose.ms.System.Collections.IEnumerator<Picture> iterator()
Returns an enumerator for the entire collection.
IEnumerator
for the entire collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |