|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Picture
public class Picture
Represents a picture in a presentation.
Method Summary | |
---|---|
IPPImage |
getImage()
Returns or sets the embedded image. |
IImageTransformOperationCollection |
getImageTransform()
Returns the collection of image transform effects. |
java.lang.String |
getLinkPathLong()
Returns of sets linked image's URL. |
IPresentation |
getPresentation()
Returns the parent presentation of a picture. |
IBaseSlide |
getSlide()
Returns the parent slide of a picture. |
void |
setImage(IPPImage value)
|
void |
setLinkPathLong(java.lang.String value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public IPPImage getImage()
Returns or sets the embedded image.
Read/write Image
.
getImage
in interface ISlidesPicture
public void setImage(IPPImage value)
setImage
in interface ISlidesPicture
public java.lang.String getLinkPathLong()
Returns of sets linked image's URL.
Read/write string
.
getLinkPathLong
in interface ISlidesPicture
public void setLinkPathLong(java.lang.String value)
setLinkPathLong
in interface ISlidesPicture
public IImageTransformOperationCollection getImageTransform()
Returns the collection of image transform effects.
Read-only ImageTransformOperationCollection
.
getImageTransform
in interface ISlidesPicture
public IBaseSlide getSlide()
Returns the parent slide of a picture.
Read-only BaseSlide
.
getSlide
in interface ISlideComponent
public IPresentation getPresentation()
Returns the parent presentation of a picture.
Read-only Presentation
.
getPresentation
in interface IPresentationComponent
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |