PresentationShape class

PresentationShape class

Represents a drawing shape in a PowerPoint document.

The PresentationShape type exposes the following members:

Methods

Properties

Property Description
formatted_text_fragments The collection of formatted text fragments of this PresentationShape.
height The height of the object.
image The image of this PresentationShape, or None if the shape has no image.
rotate_angle The rotate angle of this PresentationShape in degrees.
shape_type The geometry preset type of the shape.
text The text of this PresentationShape.
width The width of the object.
x The x-coordinate of the object.
y The y-coordinate of the object.
alternative_text The descriptive (alternative) text associated with this PresentationBaseShape. (inherited from PresentationBaseShape)
id The identifier of this PresentationBaseShape. (inherited from PresentationBaseShape)
image_fill_format The image fill format settings of this PresentationBaseShape. (inherited from PresentationBaseShape)
name The name of this PresentationBaseShape. (inherited from PresentationBaseShape)
presentation The parent presentation of this PresentationBaseShape. (inherited from PresentationBaseShape)
z_order_position The position of this PresentationBaseShape in the z-order. (inherited from PresentationBaseShape)

See Also