|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISlidesPicture
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. |
void |
setImage(IPPImage value)
Returns or sets the embedded image. |
void |
setLinkPathLong(java.lang.String value)
Returns of sets linked image's URL. |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Method Detail |
---|
IPPImage getImage()
Returns or sets the embedded image.
Read/write IPPImage
.
void setImage(IPPImage value)
Returns or sets the embedded image.
Read/write IPPImage
.
java.lang.String getLinkPathLong()
Returns of sets linked image's URL.
Read/write String
.
void setLinkPathLong(java.lang.String value)
Returns of sets linked image's URL.
Read/write String
.
IImageTransformOperationCollection getImageTransform()
Returns the collection of image transform effects.
Read-only IImageTransformOperationCollection
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |