IPictureFrame — Aspose.Slides FOSS Java API Reference

IPictureFrame — Represents a frame with a picture inside.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
pictureFrameLockIPictureFrameLockRead/Write
pictureFormatIPictureFillFormatRead/Write
relativeScaleHeightdoubleRead/Write
relativeScaleWidthdoubleRead/Write
cameobooleanRead/Write

Methods

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

See Also