|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PictureEx
public class PictureEx
Represents a picture in a presentation.
Method Summary | |
---|---|
ImageEx |
getImage()
Returns or sets the embedded image. |
ImageTransformOperationExCollection |
getImageTransform()
Returns the 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)
|
void |
setUrl(java.lang.String value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ImageEx getImage()
Returns or sets the embedded image.
Read/write ImageEx
.
public void setImage(ImageEx value)
public java.lang.String getUrl()
Returns of sets linked image's URL.
Read/write string
.
public void setUrl(java.lang.String value)
public ImageTransformOperationExCollection getImageTransform()
Returns the collection of image transform effects.
Read-only ImageTransformOperationExCollection
.
public BaseSlideEx getSlide()
Returns the parent slide of a picture.
Read-only BaseSlideEx
.
public PresentationEx getPresentation()
Returns the parent presentation of a picture.
Read-only PresentationEx
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |