Picture
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.slides.IPVIObject, com.aspose.slides.ISlidesPicture
public final class Picture implements IPVIObject, ISlidesPicture
Represents a picture in a presentation.
Methods
Method | Description |
---|---|
getParent_Immediate() | |
getVersion() | |
getParent_IPresentationComponent() | |
getImage() | Returns or sets the embedded image. |
setImage(IPPImage value) | Returns or sets the embedded image. |
getLinkPathLong() | Returns of sets linked image’s URL. |
setLinkPathLong(String value) | Returns of sets linked image’s URL. |
getImageTransform() | Returns the collection of image transform effects. |
getPresentation() | Returns the presentation. |
equals(Object obj) | Compares with specified object. |
hashCode() | Returns hash. |
getSlide() | Returns the parent slide of a picture. |
getParent_Immediate()
public final IDOMObject getParent_Immediate()
Returns Parent_Immediate object. Read-only IDOMObject.
Returns: com.aspose.slides.IDOMObject
getVersion()
public final long getVersion()
Version. Read-only long.
Returns: long
getParent_IPresentationComponent()
public final IPresentationComponent getParent_IPresentationComponent()
Returns parent IPresentationComponent. Read-only IPresentationComponent.
Returns: IPresentationComponent
getImage()
public final IPPImage getImage()
Returns or sets the embedded image. Read/write IPPImage.
Returns: IPPImage
setImage(IPPImage value)
public final void setImage(IPPImage value)
Returns or sets the embedded image. Read/write IPPImage.
Parameters:
Parameter | Type | Description |
---|---|---|
value | IPPImage |
getLinkPathLong()
public final String getLinkPathLong()
Returns of sets linked image’s URL. Read/write String.
Returns: java.lang.String
setLinkPathLong(String value)
public final void setLinkPathLong(String value)
Returns of sets linked image’s URL. Read/write String.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
getImageTransform()
public final IImageTransformOperationCollection getImageTransform()
Returns the collection of image transform effects. Read-only IImageTransformOperationCollection.
Returns: IImageTransformOperationCollection
getPresentation()
public final IPresentation getPresentation()
Returns the presentation. Read-only IPresentation.
Returns: IPresentation
equals(Object obj)
public boolean equals(Object obj)
Compares with specified object.
Parameters:
Parameter | Type | Description |
---|---|---|
obj | java.lang.Object | Object to compare. |
Returns: boolean - True if objects are equal, otherwise false.
hashCode()
public int hashCode()
Returns hash.
Returns: int - Hash.
getSlide()
public final IBaseSlide getSlide()
Returns the parent slide of a picture. Read-only IBaseSlide.
Returns: IBaseSlide