PictureFrame
Overview
PictureFrame is a class in Aspose.Slides FOSS for Python.
Inherits from: GeometryShape, IPictureFrame.
Represents a frame with a picture inside.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
shape_type | ShapeType | Read | Returns or sets the AutoShape type for a PictureFrame. |
picture_frame_lock | IPictureFrameLock | Read | Returns shape’s locks. |
picture_format | IPictureFillFormat | Read | Returns the PictureFillFormat object for a picture frame. |
relative_scale_height | float | Read | Returns or sets the scale of height(relative to original picture size) of the picture frame. |
relative_scale_width | float | Read | Returns or sets the scale of width (relative to original picture size) of the picture frame. |
is_cameo | bool | Read | Determines whether the PictureFrame is Cameo object or not. |