API Reference
Enum
LegacyPptShapeKind
Identifies the shape kinds currently projected from binary PowerPoint files.
Inheritance
- Enum
- LegacyPptShapeKind
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 LegacyPptShape.Kind
- Field LegacyPptShapeKind.AutoShape
- Field LegacyPptShapeKind.Connector
- Field LegacyPptShapeKind.Ellipse
- Field LegacyPptShapeKind.Group
- Field LegacyPptShapeKind.Line
- Field LegacyPptShapeKind.Media
- Field LegacyPptShapeKind.OleObject
- Field LegacyPptShapeKind.Picture
- Field LegacyPptShapeKind.Rectangle
- Field LegacyPptShapeKind.Table
- Field LegacyPptShapeKind.TextBox
- Field LegacyPptShapeKind.Unsupported
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 LegacyPptShapeKind AutoShape #An OfficeArt AutoShape with a DrawingML preset-geometry equivalent.
Value:
4public const LegacyPptShapeKind Connector #An OfficeArt connector with a DrawingML connector-geometry equivalent.
Value:
5public const LegacyPptShapeKind Group #A nested OfficeArt shape group with its own child coordinate system.
Value:
6public const LegacyPptShapeKind Table #A native OfficeArt table group with semantic rows and cells.
Value:
7public const LegacyPptShapeKind Picture #An OfficeArt picture frame with importable image data.
Value:
8public const LegacyPptShapeKind Media #Embedded WAV audio projected as an editable media shape.
Value:
10public const LegacyPptShapeKind Unsupported #A recognized OfficeArt shape that is preserved only as metadata.
Value:
11