IPictureFrame

Overview

IPictureFrame is a interface in Aspose.Slides FOSS for Java. Inherits from: IGeometryShape.

Represents a frame with a picture inside.

Properties

NameTypeAccessDescription
pictureFrameLockIPictureFrameLockReadReturns the shape’s locks.
pictureFormatIPictureFillFormatReadReturns the {@link IPictureFillFormat} object for the picture frame.
relativeScaleHeightdoubleReadReturns the scale of height relative to the original picture size.
relativeScaleWidthdoubleReadReturns the scale of width relative to the original picture size.
cameobooleanReadDetermines whether the PictureFrame is a Cameo object or not.

Methods

SignatureDescription
getPictureFrameLock()IPictureFrameLockReturns the shape’s locks.
getPictureFormat()IPictureFillFormatReturns the {@link IPictureFillFormat} object for the picture frame.
getRelativeScaleHeight()doubleReturns the scale of height relative to the original picture size.
setRelativeScaleHeight(value: double)Sets the scale of height relative to the original picture size.
getRelativeScaleWidth()doubleReturns the scale of width relative to the original picture size.
setRelativeScaleWidth(value: double)Sets the scale of width relative to the original picture size.
isCameo()booleanDetermines whether the PictureFrame is a Cameo object or not.

See Also