MsoShapeType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of a shape or range of shapes.
public enum class MsoShapeType
public enum MsoShapeType
type MsoShapeType =
Public Enum MsoShapeType
- Inheritance
-
MsoShapeType
Fields
msoAutoShape | 1 | AutoShape. |
msoCallout | 2 | Callout. |
msoCanvas | 20 | Canvas. |
msoChart | 3 | Chart. |
msoComment | 4 | Comment. |
msoDiagram | 21 | Diagram. |
msoEmbeddedOLEObject | 7 | Embedded OLE object. |
msoFormControl | 8 | Form control. |
msoFreeform | 5 | Freeform. |
msoGroup | 6 | Group. |
msoInk | 22 | Ink. |
msoInkComment | 23 | Ink comment. |
msoLine | 9 | Line. |
msoLinkedOLEObject | 10 | Linked OLE object. |
msoLinkedPicture | 11 | Linked picture. |
msoMedia | 16 | Media. |
msoOLEControlObject | 12 | OLE control object. |
msoPicture | 13 | Picture. |
msoPlaceholder | 14 | Placeholder. |
msoScriptAnchor | 18 | Script anchor. |
msoShapeTypeMixed | -2 | Return value only; indicates a combination of the other states. |
msoSlicer | 25 | |
msoSmartArt | 24 | |
msoTable | 19 | Table. |
msoTextBox | 17 | Text box. |
msoTextEffect | 15 | Text effect. |
msoWebVideo | 26 | Web video. |