Frame Members
Include Protected Members
Include Inherited Members
Represents a frame in a selection, range, or document.
The Frame type exposes the following members.
Methods
Name | Description | |
---|---|---|
Copy | Copies the specified object to the Clipboard. | |
Cut | Removes the specified object from the document and places it on the Clipboard. | |
Delete | Deletes the specified object. | |
Select | Selects the specified object. |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns a Application object that represents the Microsoft Word application. | |
Borders | Returns a Borders collection that represents all the borders for the specified object. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
Height | Returns or sets the height of the specified frame. | |
HeightRule | Returns or sets the rule for determining the height of the specified frame. | |
HorizontalDistanceFromText | Returns or sets the horizontal distance between a frame and the surrounding text, in points. | |
HorizontalPosition | Returns or sets the horizontal distance between the edge of the frame and the item specified by the RelativeHorizontalPosition property. | |
LockAnchor | True if the specified frame is locked. | |
Parent | Returns an object that represents the parent object of the specified object. | |
Range | Returns a Range object that represents the portion of a document that's contained in the specified object. | |
RelativeHorizontalPosition | Specifies to what the horizontal position of a frame is relative. | |
RelativeVerticalPosition | Specifies to what the vertical position of a frame is relative. | |
Shading | Returns a Shading object that refers to the shading formatting for the specified object. | |
TextWrap | True if document text wraps around the specified frame. | |
VerticalDistanceFromText | Returns or sets the vertical distance (in points) between a frame and the surrounding text. | |
VerticalPosition | Returns or sets the vertical distance between the edge of the frame and the item specified by the RelativeVerticalPosition property. | |
Width | Returns or sets the width of the specified object, in points. | |
WidthRule | Returns or sets the rule used to determine the width of a frame. |
Top