Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifiesa shape type for inlie shapes.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdInlineShapeType
'Usage
Dim instance As WdInlineShapeType
public enum WdInlineShapeType
Members
| Member name | Description | |
|---|---|---|
| wdInlineShapeEmbeddedOLEObject | Embedded OLE object. | |
| wdInlineShapeLinkedOLEObject | Linked OLE object. | |
| wdInlineShapePicture | Picture. | |
| wdInlineShapeLinkedPicture | Linked picture. | |
| wdInlineShapeOLEControlObject | OLE control object. | |
| wdInlineShapeHorizontalLine | Horizontal line. | |
| wdInlineShapePictureHorizontalLine | Picture with horizontal line. | |
| wdInlineShapeLinkedPictureHorizontalLine | Linked picture with horizontal line. | |
| wdInlineShapePictureBullet | Picture used as a bullet. | |
| wdInlineShapeScriptAnchor | Script anchor. Refers to anchor location for block of script stored with a document. | |
| wdInlineShapeOWSAnchor | OWS anchor. | |
| wdInlineShapeChart | Inline chart. | |
| wdInlineShapeDiagram | Inline diagram. | |
| wdInlineShapeLockedCanvas | Locked inline shape canvas. | |
| wdInlineShapeSmartArt | Smart art. |
Remarks
An inline shape is an object in the text layer of a document. An inline shape can only be a picture, an OLE object, or an ActiveX control.