InlineShapes Object Members

Word Developer Reference

A collection of InlineShape objects that represent all the inline shapes in a document, range, or selection.

Methods

  Name Description
Bb243492.methods(en-us,office.12).gif AddChart Inserts a chart, of the specified type, as an inline shape into the active document, and opens Microsoft Office Excel with a sheet that contains the default data that Microsoft Office Word uses to create the chart.
Bb243492.methods(en-us,office.12).gif AddHorizontalLine Adds a horizontal line based on an image file to the current document.
Bb243492.methods(en-us,office.12).gif AddHorizontalLineStandard Adds a horizontal line to the current document.
Bb243492.methods(en-us,office.12).gif AddOLEControl Creates an ActiveX control (formerly known as an OLE control). Returns the InlineShape object that represents the new ActiveX control.
Bb243492.methods(en-us,office.12).gif AddOLEObject Creates an OLE object. Returns the InlineShape object that represents the new OLE object.
Bb243492.methods(en-us,office.12).gif AddPicture Adds a picture to a document. Returns a Shape object that represents the picture.
Bb243492.methods(en-us,office.12).gif AddPictureBullet Adds a picture bullet based on an image file to the current document. Returns an InlineShape object.
Bb243492.methods(en-us,office.12).gif Item Returns an individual InlineShape object in a collection.
Bb243492.methods(en-us,office.12).gif New Inserts an empty, 1-inch-square Word picture object surrounded by a border. This method returns the new graphic as an InlineShape object.

Properties

  Name Description
Bb243492.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb243492.properties(en-us,office.12).gif Count Returns a Long that represents the number of inline shapes in the collection. Read-only.
Bb243492.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb243492.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified InlineShapes object.