com.aspose.slides
Interface IPictureFrame

All Superinterfaces:
IGeometryShape, IHyperlinkContainer, IPresentationComponent, IShape, ISlideComponent
All Known Subinterfaces:
IAudioFrame, IVideoFrame
All Known Implementing Classes:
AudioFrame, PictureFrame, VideoFrame

public interface IPictureFrame
extends IGeometryShape

Represents a frame with a picture inside.


Method Summary
 IPictureFillFormat getPictureFormat()
           
 float getRelativeScaleHeight()
           
 float getRelativeScaleWidth()
           
 IPictureFrameLock getShapeLock()
           
 void setRelativeScaleHeight(float value)
           
 void setRelativeScaleWidth(float value)
           
 
Methods inherited from interface com.aspose.slides.IGeometryShape
createShapeElements, getAdjustments, getShapeStyle, getShapeType, setShapeType
 
Methods inherited from interface com.aspose.slides.IShape
addPlaceholder, createEffectFormatEffective, createFillFormatEffective, createLineFormatEffective, createThreeDFormatEffective, getAlternativeText, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getLineFormat, getName, getParentGroup, getPlaceholder, getRawFrame, getRotation, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setFrame, setHeight, setHidden, setName, setRawFrame, setRotation, setWidth, setX, setY
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 
Methods inherited from interface com.aspose.slides.IHyperlinkContainer
getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, setHyperlinkClick, setHyperlinkMouseOver
 

Method Detail

getShapeLock

IPictureFrameLock getShapeLock()
Specified by:
getShapeLock in interface IShape

getPictureFormat

IPictureFillFormat getPictureFormat()

getRelativeScaleHeight

float getRelativeScaleHeight()

setRelativeScaleHeight

void setRelativeScaleHeight(float value)

getRelativeScaleWidth

float getRelativeScaleWidth()

setRelativeScaleWidth

void setRelativeScaleWidth(float value)