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()
           Returns the PictureFillFormat object for a picture frame.
 IPictureFrameLock getPictureFrameLock()
           Returns PictureFrame's locks.
 float getRelativeScaleHeight()
           Returns or sets the scale of height(relative to original picture size) of the picture frame.
 float getRelativeScaleWidth()
           Returns or sets the scale of width (relative to original picture size) of the picture frame.
 void setRelativeScaleHeight(float value)
           Returns or sets the scale of height(relative to original picture size) of the picture frame.
 void setRelativeScaleWidth(float value)
           Returns or sets the scale of width (relative to original picture size) of the picture frame.
 
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, getBlackWhiteMode, getConnectionSiteCount, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getLineFormat, getName, getParentGroup, getPlaceholder, getRawFrame, getRotation, getShapeLock, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setBlackWhiteMode, 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

getPictureFrameLock

IPictureFrameLock getPictureFrameLock()

Returns PictureFrame's locks. Read-only IPictureFrameLock.


getPictureFormat

IPictureFillFormat getPictureFormat()

Returns the PictureFillFormat object for a picture frame. Read-only IPictureFillFormat.


getRelativeScaleHeight

float getRelativeScaleHeight()

Returns or sets the scale of height(relative to original picture size) of the picture frame. Value 1.0 corresponds to 100%. Read/write float.


setRelativeScaleHeight

void setRelativeScaleHeight(float value)

Returns or sets the scale of height(relative to original picture size) of the picture frame. Value 1.0 corresponds to 100%. Read/write float.


getRelativeScaleWidth

float getRelativeScaleWidth()

Returns or sets the scale of width (relative to original picture size) of the picture frame. Value 1.0 corresponds to 100%. Read/write float.


setRelativeScaleWidth

void setRelativeScaleWidth(float value)

Returns or sets the scale of width (relative to original picture size) of the picture frame. Value 1.0 corresponds to 100%. Read/write float.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.