Share via


MsoShapeType Enumeration 

Specifies the type of a shape or range of shapes.

Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)

Usage

Dim msoShapeType1 As MsoShapeType = MsoShapeType.msoAutoShape

Syntax

Public Enum MsoShapeType
public enum MsoShapeType
public enum class MsoShapeType
public enum MsoShapeType
public enum MsoShapeType

Members

Member name Description
msoAutoShape AutoShape.
msoCallout Callout.
msoCanvas Canvas.
msoChart Chart.
msoComment Comment.
msoDiagram Diagram.
msoEmbeddedOLEObject Embedded OLE object.
msoFormControl Form control.
msoFreeform Freeform.
msoGroup Group.
msoInk Ink.
msoInkComment Ink comment.
msoLine Line.
msoLinkedOLEObject Linked OLE object.
msoLinkedPicture Linked picture.
msoMedia Media.
msoOLEControlObject OLE control object.
msoPicture Picture.
msoPlaceholder Placeholder.
msoScriptAnchor Script anchor.
msoShapeTypeMixed Return value only; indicates a combination of the other states.
msoTable Table.
msoTextBox Text box.
msoTextEffect Text effect.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace