MsoShapeType Enumeration
Specifies the type of a shape or range of shapes.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration MsoShapeType
'Usage
Dim instance As MsoShapeType
public enum MsoShapeType
Members
Member name | Description | |
---|---|---|
msoShapeTypeMixed | Return value only; indicates a combination of the other states. | |
msoAutoShape | AutoShape. | |
msoCallout | Callout. | |
msoChart | Chart. | |
msoComment | Comment. | |
msoFreeform | Freeform. | |
msoGroup | Group. | |
msoEmbeddedOLEObject | Embedded OLE object. | |
msoFormControl | Form control. | |
msoLine | Line. | |
msoLinkedOLEObject | Linked OLE object. | |
msoLinkedPicture | Linked picture. | |
msoOLEControlObject | OLE control object. | |
msoPicture | Picture. | |
msoPlaceholder | Placeholder. | |
msoTextEffect | Text effect. | |
msoMedia | Media. | |
msoTextBox | Text box. | |
msoScriptAnchor | Script anchor. | |
msoTable | Table. | |
msoCanvas | Canvas. | |
msoDiagram | Diagram. | |
msoInk | Ink. | |
msoInkComment | Ink comment. | |
msoSmartArt | ||
msoSlicer |