API Reference
Enum
PowerPointShapeContentType
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.
Returned or exposed by
- Property PowerPointAutoShape.ShapeContentType
- Property PowerPointChart.ShapeContentType
- Property PowerPointGroupShape.ShapeContentType
- Property PowerPointMedia.ShapeContentType
- Property PowerPointPicture.ShapeContentType
- Property PowerPointShape.ShapeContentType
- Field PowerPointShapeContentType.AutoShape
- Field PowerPointShapeContentType.Chart
- Field PowerPointShapeContentType.Group
- Field PowerPointShapeContentType.Media
- Field PowerPointShapeContentType.OleObject
- Field PowerPointShapeContentType.Picture
- Field PowerPointShapeContentType.SmartArt
- Field PowerPointShapeContentType.Table
- Field PowerPointShapeContentType.TextBox
- Field PowerPointShapeContentType.Unknown
- Property PowerPointSmartArt.ShapeContentType
- Property PowerPointTable.ShapeContentType
- Property PowerPointTextBox.ShapeContentType
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const PowerPointShapeContentType Unknown #The shape content type could not be identified.
Value:
0public const PowerPointShapeContentType Media #The shape represents embedded media, such as audio or video.
Value:
7public const PowerPointShapeContentType OleObject #The shape represents an embedded OLE object.
Value:
9