IPictureFrame
General
IPictureFrame és una interfície en Aspose.Slides FOSS per Java.
Representa un marc amb una imatge dins.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
pictureFrameLock | IPictureFrameLock | Read | Provides access to the shape’s lock settings |
pictureFormat | IPictureFillFormat | Read | Provides the picture fill format of the frame |
relativeScaleHeight | double | Read | Gets or sets the height scale relative to the original picture |
relativeScaleWidth | double | Read | |
cameo | boolean | Read | Indicates if the picture frame is a cameo |
Mètodes
| 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. |