|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Pictures
public final class Pictures
Represents the collection of a Pictures.
Method Summary | |
---|---|
int |
add(Picture picture)
Adds the picture at the end of a collection. |
Picture |
get(int index)
Returns the element at the specified index. |
Picture |
getPictureById(int id)
Returns the Picture by its Id. |
static void |
replaceInShapes(Picture src,
Picture dst)
Replace picture in all shapes with another picture by replacing identifiers. |
int |
size()
Returns the number of elements in a collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int size()
public Picture get(int index)
index
- index of element to return.public Picture getPictureById(int id)
id
- picture's Id.
null
if picture was not found.public int add(Picture picture)
picture
- the Picture to be added at the end of this collection.
public static void replaceInShapes(Picture src, Picture dst)
src
- The picture which should be replaced in all shapes.dst
- The picture which should be used in all shapes after replacement.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |