shape_type property

shape_type property

Returns or sets the AutoShape type for a PictureFrame. There are allowable all items of the set ShapeType, except all sorts of lines:

ShapeType.Line,


ShapeType.StraightConnector1,


ShapeType.BentConnector2,


ShapeType.BentConnector3,


ShapeType.BentConnector4,


ShapeType.BentConnector5,


ShapeType.CurvedConnector2,


ShapeType.CurvedConnector3,


ShapeType.CurvedConnector4,


ShapeType.CurvedConnector5.


        Read/write [`ShapeType`](/slides/python-net/aspose.slides/shapetype).

Definition:

@property
def shape_type(self):
    ...

@shape_type.setter
def shape_type(self, value):
    ...

See Also