IPictureFrame
Overview
IPictureFrame is a interface in Aspose.Slides FOSS for Java.
Inherits from: IGeometryShape.
Represents a frame with a picture inside.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
pictureFrameLock | IPictureFrameLock | Read | Returns the shape’s locks. |
pictureFormat | IPictureFillFormat | Read | Returns the {@link IPictureFillFormat} object for the picture frame. |
relativeScaleHeight | double | Read | Returns the scale of height relative to the original picture size. |
relativeScaleWidth | double | Read | Returns the scale of width relative to the original picture size. |
cameo | boolean | Read | Determines whether the PictureFrame is a Cameo object or not. |
Methods
| Signature | Description |
|---|---|
getPictureFrameLock() → IPictureFrameLock | Returns the shape’s locks. |
getPictureFormat() → IPictureFillFormat | Returns the {@link IPictureFillFormat} object for the picture frame. |
getRelativeScaleHeight() → double | Returns 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() → double | Returns 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() → boolean | Determines whether the PictureFrame is a Cameo object or not. |