IPictureFrame — Aspose.Slides FOSS Java API Reference
IPictureFrame — Represents a frame with a picture inside.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
pictureFrameLock | IPictureFrameLock | Read/Write | |
pictureFormat | IPictureFillFormat | Read/Write | |
relativeScaleHeight | double | Read/Write | |
relativeScaleWidth | double | Read/Write | |
cameo | boolean | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getPictureFrameLock() | IPictureFrameLock | Returns the shape’s locks. |
getPictureFormat() | IPictureFillFormat | Returns the IPictureFillFormat object for the picture frame. |
getRelativeScaleHeight() | double | Returns the scale of height relative to the original picture size. |
setRelativeScaleHeight(double value) | void | Sets the scale of height relative to the original picture size. |
getRelativeScaleWidth() | double | Returns the scale of width relative to the original picture size. |
setRelativeScaleWidth(double value) | void | Sets the scale of width relative to the original picture size. |
isCameo() | boolean | Determines whether the PictureFrame is a Cameo object or not. |