API Reference

Enum

LegacyPptShapeKind

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

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.

Values

public const LegacyPptShapeKind TextBox #

A text-bearing shape.

Value: 0
public const LegacyPptShapeKind Rectangle #

A rectangle auto shape.

Value: 1
public const LegacyPptShapeKind Ellipse #

An ellipse auto shape.

Value: 2
public const LegacyPptShapeKind Line #

A line auto shape.

Value: 3
public const LegacyPptShapeKind AutoShape #

An OfficeArt AutoShape with a DrawingML preset-geometry equivalent.

Value: 4
public const LegacyPptShapeKind Connector #

An OfficeArt connector with a DrawingML connector-geometry equivalent.

Value: 5
public const LegacyPptShapeKind Group #

A nested OfficeArt shape group with its own child coordinate system.

Value: 6
public const LegacyPptShapeKind Table #

A native OfficeArt table group with semantic rows and cells.

Value: 7
public const LegacyPptShapeKind Picture #

An OfficeArt picture frame with importable image data.

Value: 8
public const LegacyPptShapeKind OleObject #

An embedded OLE compound object.

Value: 9
public const LegacyPptShapeKind Media #

Embedded WAV audio projected as an editable media shape.

Value: 10
public const LegacyPptShapeKind Unsupported #

A recognized OfficeArt shape that is preserved only as metadata.

Value: 11