InlineShape Members
Include Protected Members
Include Inherited Members
Represents an object in the text layer of a document.
The InlineShape type exposes the following members.
Methods
Name | Description | |
---|---|---|
Activate | Activates the specified object. | |
ConvertToShape | Converts an inline shape to a free-floating shape and returns a Shape object that represents the new shape. | |
Delete | Deletes the specified object. | |
Reset | Removes changes that were made to an inline shape. | |
Select | Selects the specified object. |
Top
Properties
Name | Description | |
---|---|---|
AlternativeText | Returns or sets the alternative text associated with a shape in a Web page. | |
Application | Returns a Application object that represents the Microsoft Word application. | |
BackgroundStyle | Gets or sets the background style of the specified inline shape. | |
Borders | Returns a Borders collection that represents all the borders for the specified object. | |
CanvasItems | Reserved for internal use. | |
Chart | Returns a chart within the collection of inline shapes in a document. Read-only. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
Field | Returns a Field object that represents the field associated with the specified shape. | |
Fill | Returns a FillFormat object that contains fill formatting properties for the specified shape. | |
Glow | Returns the formatting properties for a glow effect. Read-only. | |
GroupItems | Returns the shapes that are grouped together for an inline shape. Read-only. | |
HasChart | True if the specified shape is a chart. Read-only. | |
HasSmartArt | Gets True if there is a SmartArt diagram present on the shape. | |
Height | Returns or sets the height of the specified inline shape. | |
HorizontalLineFormat | Returns a HorizontalLineFormat object that contains the horizontal line formatting for the specified InlineShape object. | |
Hyperlink | Returns a Hyperlink object that represents the hyperlink associated with the specified InlineShape object. | |
IsPictureBullet | Determines if a InlineShape object is a picture bullet. | |
Line | Returns a LineFormat object that contains line formatting properties for the specified shape. | |
LinkFormat | Returns a LinkFormat object that represents the link options of the specified InlineShape that's linked to a file. | |
LockAspectRatio | Determines whether the specified shape retains its original proportions when you resize it. | |
OLEFormat | Returns a OLEFormat object that represents the OLE characteristics (other than linking) for the specified InlineShape. | |
OWSAnchor | Reserved for internal use. | |
Parent | Returns an object that represents the parent object of the specified object. | |
PictureFormat | Returns a PictureFormat object that contains picture formatting properties for the specified object. | |
Range | Returns a Range object that represents the portion of a document that's contained in the specified object. | |
Reflection | Returns the reflection formatting for a shape. Read-only. | |
ScaleHeight | Scales the height of the specified inline shape relative to its original size. | |
ScaleWidth | Scales the width of the specified inline shape relative to its original size. | |
Script | Returns a Script object, which represents a block of script or code on the specified Web page. | |
Shadow | Returns the shadow formatting for the specified shape. Read-only. | |
ShapeStyle | Gets or sets the shape style for the specified inline shape. | |
SmartArt | Gets a SmartArt object that provides a way to work with the SmartArt associated with the specified inline shape. | |
SoftEdge | Returns the soft edge formatting for a shape. Read-only. | |
TextEffect | Returns a TextEffectFormat object that contains text-effect formatting properties for the specified shape. | |
Title | Gets or sets a value that contains a title for the specified inline shape. | |
Type | Returns the type of inline shape. | |
Width | Returns or sets the width of the specified object, in points. |
Top