PresentationBaseShape class

PresentationBaseShape class

Provides the abstract base class for shapes of all types in a PowerPoint document.

Inheritance: PresentationBaseShapeShapeSearchAdapter

The PresentationBaseShape 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.

Methods

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

See Also