WdInlineShapeType 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.
Specifiesa shape type for inlie shapes.
public enum class WdInlineShapeType
[System.Runtime.InteropServices.Guid("EEEC37A7-495B-30F5-8404-37644FC0358F")]
public enum WdInlineShapeType
type WdInlineShapeType =
Public Enum WdInlineShapeType
- Inheritance
-
WdInlineShapeType
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdInlineShapeEmbeddedOLEObject | 1 | Embedded OLE object. |
wdInlineShapeLinkedOLEObject | 2 | Linked OLE object. |
wdInlineShapePicture | 3 | Picture. |
wdInlineShapeLinkedPicture | 4 | Linked picture. |
wdInlineShapeOLEControlObject | 5 | OLE control object. |
wdInlineShapeHorizontalLine | 6 | Horizontal line. |
wdInlineShapePictureHorizontalLine | 7 | Picture with horizontal line. |
wdInlineShapeLinkedPictureHorizontalLine | 8 | Linked picture with horizontal line. |
wdInlineShapePictureBullet | 9 | Picture used as a bullet. |
wdInlineShapeScriptAnchor | 10 | Script anchor. Refers to anchor location for block of script stored with a document. |
wdInlineShapeOWSAnchor | 11 | OWS anchor. |
wdInlineShapeChart | 12 | Inline chart. |
wdInlineShapeDiagram | 13 | Inline diagram. |
wdInlineShapeLockedCanvas | 14 | Locked inline shape canvas. |
wdInlineShapeSmartArt | 15 | Smart art. |
wdInlineShapeWebVideo | 16 | A picture acting as a poster frame for a web video. |
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.