API Reference

Enum

PowerPointShapeContentType

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Describes the primary content carried by a PowerPoint shape wrapper.

Inheritance

  • Enum
  • PowerPointShapeContentType

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const PowerPointShapeContentType Unknown #

The shape content type could not be identified.

Value: 0
public const PowerPointShapeContentType AutoShape #

The shape is a regular drawing shape.

Value: 1
public const PowerPointShapeContentType TextBox #

The shape is a text box.

Value: 2
public const PowerPointShapeContentType Picture #

The shape is a picture.

Value: 3
public const PowerPointShapeContentType Table #

The shape is a table.

Value: 4
public const PowerPointShapeContentType Chart #

The shape is a chart.

Value: 5
public const PowerPointShapeContentType Group #

The shape is a group of shapes.

Value: 6
public const PowerPointShapeContentType Media #

The shape represents embedded media, such as audio or video.

Value: 7
public const PowerPointShapeContentType SmartArt #

The shape represents a SmartArt diagram.

Value: 8
public const PowerPointShapeContentType OleObject #

The shape represents an embedded OLE object.

Value: 9