PresentationShape class

PresentationShape class

Represents a drawing shape in a PowerPoint document.

Inheritance: PresentationShapePresentationBaseShapeShapeSearchAdapter

The PresentationShape type exposes the following members:

Properties

Property Description
presentation Gets the parent presentation of this PresentationBaseShape.
image_fill_format Gets the image fill format settings of this PresentationBaseShape.
name Gets the name of this PresentationBaseShape.
alternative_text Gets or sets the descriptive (alternative) text associated with
this PresentationBaseShape.
id Gets the identifier of this PresentationBaseShape.
z_order_position Gets the position of this PresentationBaseShape in the z-order.
x Gets or sets the horizontal offset of this PresentationBaseShape
from presentation left border in points.
y Gets or sets the vertical offset of this PresentationBaseShape from
presentation top border in points.
width Gets or sets the width of this PresentationBaseShape in points.
height Gets or sets the height of this PresentationBaseShape in points.
rotate_angle Gets or sets the rotate angle of this PresentationShape in degrees.
text Gets or sets the text of this PresentationShape.
formatted_text_fragments Gets the collection of formatted text fragments of this PresentationShape.
shape_type Gets the shape geometry preset type.
image Gets or sets the image of this PresentationShape.

Methods

Method Description
get_hyperlink Gets the hyperlink associated with this PresentationBaseShape.
set_hyperlink Sets the hyperlink associated with this PresentationBaseShape.

See Also