FrameFormat Properties

The FrameFormat type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleHeight
Gets the height of the specified frame.
Public propertyCode exampleHeightRule
Gets the rule for determining the height of the specified frame.
Public propertyCode exampleHorizontalAlignment
Gets horizontal alignment of the specified frame.
Public propertyCode exampleHorizontalDistanceFromText
Gets horizontal distance between a frame and the surrounding text, in points.
Public propertyCode exampleHorizontalPosition
Gets horizontal distance between the edge of the frame and the item specified by the RelativeHorizontalPosition property.
Public propertyCode exampleIsFrame
Returns true if the paragraph is a frame.
Public propertyCode exampleRelativeHorizontalPosition
Gets the relative horizontal position of a frame.
Public propertyCode exampleRelativeVerticalPosition
Gets the relative vertical position of a frame.
Public propertyCode exampleVerticalAlignment
Gets vertical alignment of the specified frame.
Public propertyCode exampleVerticalDistanceFromText
Specifies vertical distance (in points) between a frame and the surrounding text.
Public propertyCode exampleVerticalPosition
Gets vertical distance between the edge of the frame and the item specified by the RelativeVerticalPosition property.
Public propertyCode exampleWidth
Gets the width of the specified frame, in points.
See Also