PictureFrame

Overview

PictureFrame is a class in Aspose.Slides FOSS for Python. Inherits from: GeometryShape, IPictureFrame.

Represents a frame with a picture inside.

Properties

NameTypeAccessDescription
shape_typeShapeTypeReadReturns or sets the AutoShape type for a PictureFrame.
picture_frame_lockIPictureFrameLockReadReturns shape’s locks.
picture_formatIPictureFillFormatReadReturns the PictureFillFormat object for a picture frame.
relative_scale_heightfloatReadReturns or sets the scale of height(relative to original picture size) of the picture frame.
relative_scale_widthfloatReadReturns or sets the scale of width (relative to original picture size) of the picture frame.
is_cameoboolReadDetermines whether the PictureFrame is Cameo object or not.

See Also