public interface IPictureFrame extends IGeometryShape
Represents a frame with a picture inside.
Modifier and Type | Method and Description |
---|---|
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.
|
createShapeElements, getAdjustments, getShapeStyle, getShapeType, setShapeType
addPlaceholder, createEffectFormatEffective, createFillFormatEffective, createLineFormatEffective, createThreeDFormatEffective, getAlternativeText, getAlternativeTextTitle, getBlackWhiteMode, getConnectionSiteCount, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getLineFormat, getName, getOfficeInteropShapeId, getParentGroup, getPlaceholder, getRawFrame, getRotation, getShapeLock, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setAlternativeTextTitle, setBlackWhiteMode, setFrame, setHeight, setHidden, setName, setRawFrame, setRotation, setWidth, setX, setY, writeAsSvg, writeAsSvg
getSlide
getPresentation
getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, setHyperlinkClick, setHyperlinkMouseOver
IPictureFrameLock getPictureFrameLock()
Returns PictureFrame's locks.
Read-only IPictureFrameLock
.
IPictureFillFormat getPictureFormat()
Returns the PictureFillFormat object for a picture frame.
Read-only IPictureFillFormat
.
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
.
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
.
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
.
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
.