|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.PictureEx
public class PictureEx
Represents a picture in a presentation.
Method Summary | |
---|---|
ImageEx |
getImage()
Returns the image. |
ImageTransformEx |
getImageTransform()
Returns a collection of image transform effects. |
PresentationEx |
getPresentation()
Returns the parent presentation of a picture. |
BaseSlideEx |
getSlide()
Returns the parent slide of a picture. |
java.lang.String |
getUrl()
Returns of sets linked image's URL. |
void |
setImage(ImageEx value)
Sets the image. |
void |
setUrl(java.lang.String value)
Returns of sets linked image's URL. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ImageEx getImage()
ImageEx
.public void setImage(ImageEx value)
value
- See ImageEx
.public java.lang.String getUrl()
public void setUrl(java.lang.String value)
public ImageTransformEx getImageTransform()
ImageTransformEx
.public BaseSlideEx getSlide()
getSlide
in interface ISlideComponent
public PresentationEx getPresentation()
getPresentation
in interface IPresentationComponent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |