Frame Object Members

Word Developer Reference

Represents a frame. The Frame object is a member of the Frames collection. The Frames collection includes all frames in a selection, range, or document.

Methods

  Name Description
Bb257605.methods(en-us,office.12).gif Copy Copies the specified frame to the Clipboard.
Bb257605.methods(en-us,office.12).gif Cut Removes the specified frame from the document and places it on the Clipboard.
Bb257605.methods(en-us,office.12).gif Delete Deletes the specified frame.
Bb257605.methods(en-us,office.12).gif Select Selects the specified object.

Properties

  Name Description
Bb257605.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb257605.properties(en-us,office.12).gif Borders Returns a Borders collection that represents all the borders for the specified frame.
Bb257605.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.
Bb257605.properties(en-us,office.12).gif Height Returns or sets a Single that represents the height of the specified frame. Read/write .
Bb257605.properties(en-us,office.12).gif HeightRule Returns or sets a WdFrameSizeRule that represents the rule for determining the height of the specified frame. Read/write.
Bb257605.properties(en-us,office.12).gif HorizontalDistanceFromText Returns or sets the horizontal distance between a frame and the surrounding text, in points. Read/write Single.
Bb257605.properties(en-us,office.12).gif HorizontalPosition Returns or sets the horizontal distance between the edge of the frame and the item specified by the RelativeHorizontalPosition property. Read/write Single.
Bb257605.properties(en-us,office.12).gif LockAnchor True if the specified frame is locked. Read/write Boolean.
Bb257605.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified Frame object.
Bb257605.properties(en-us,office.12).gif Range Returns a Range object that represents the portion of a document that's contained within the frame.
Bb257605.properties(en-us,office.12).gif RelativeHorizontalPosition Specifies the relative horizontal position of a frame. Read/write WdRelativeHorizontalPosition.
Bb257605.properties(en-us,office.12).gif RelativeVerticalPosition Specifies the relative vertical position of a frame. Read/write WdRelativeVerticalPosition.
Bb257605.properties(en-us,office.12).gif Shading Returns a Shading object that refers to the shading formatting for the specified object.
Bb257605.properties(en-us,office.12).gif TextWrap True if document text wraps around the specified frame. Read/write Boolean.
Bb257605.properties(en-us,office.12).gif VerticalDistanceFromText Returns or sets the vertical distance (in points) between a frame and the surrounding text. Read/write Single.
Bb257605.properties(en-us,office.12).gif VerticalPosition Returns or sets the vertical distance between the edge of the frame and the item specified by the RelativeVerticalPosition property. Read/write Single.
Bb257605.properties(en-us,office.12).gif Width Returns or sets the width of the frame, in points. Read/write Long.
Bb257605.properties(en-us,office.12).gif WidthRule Returns or sets the rule used to determine the width of a frame. Read/write WdFrameSizeRule.