PresentationBaseShape class

PresentationBaseShape class

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

The PresentationBaseShape type exposes the following members:

Methods

Method Description
get_hyperlink Retrieves the hyperlink associated with this PresentationBaseShape.
get_hyperlink_presentation_hyperlink_action_type
set_hyperlink Sets the hyperlink associated with this PresentationBaseShape.
set_hyperlink_file
set_hyperlink_presentation_hyperlink_action_type
set_hyperlink_string

Properties

Property Description
alternative_text The descriptive (alternative) text associated with this PresentationBaseShape.
height The height of this PresentationBaseShape in points.
id The identifier of this PresentationBaseShape.
image_fill_format The image fill format settings of this PresentationBaseShape.
name The name of this PresentationBaseShape.
presentation The parent presentation of this PresentationBaseShape.
width The width of this PresentationBaseShape in points.
x The horizontal offset of this PresentationBaseShape from the presentation left border in points.
y The vertical offset of this PresentationBaseShape from the presentation top border in points.
z_order_position The position of this PresentationBaseShape in the z-order.

See Also