Picture

Picture class

Represents a picture in a presentation.

equals

NameDescription
equals (Object)Compares with specified object.

Parameters:

NameTypeDescription
objObjectObject to compare.

Returns: boolean


getImage

NameDescription
getImage ()Returns or sets the embedded image. Read/write IPPImage.

Returns: PPImage


getImageTransform

NameDescription
getImageTransform ()Returns the collection of image transform effects. Read-only IImageTransformOperationCollection.

Returns: ImageTransformOperationCollection


getLinkPathLong

NameDescription
getLinkPathLong ()Returns of sets linked image’s URL. Read/write String.

Returns: String


getParent_IPresentationComponent

NameDescription
getParent_IPresentationComponent ()

getPresentation

NameDescription
getPresentation ()Returns the presentation. Read-only IPresentation.

Returns: Presentation


getSlide

NameDescription
getSlide ()Returns the parent slide of a picture. Read-only IBaseSlide.

Returns: MasterHandoutSlide, BaseSlide, LayoutSlide, Slide, MasterSlide, NotesSlide, MasterNotesSlide


getVersion

NameDescription
getVersion ()

Returns: long


hashCode

NameDescription
hashCode ()Returns hash.

Returns: int


setImage

NameDescription
setImage (PPImage)Returns or sets the embedded image. Read/write IPPImage.

Returns: void


setLinkPathLong

NameDescription
setLinkPathLong (String)Returns of sets linked image’s URL. Read/write String.

Returns: void