FrameFormat
Overview
FrameFormat is a class in Aspose.Words FOSS for .NET.
Represents frame related formatting for a paragraph.
Properties: Height, HeightRule, HorizontalAlignment, HorizontalDistanceFromText, HorizontalPosition, IsFrame, and 6 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
HeightRule | HeightRule | Read | Gets the rule for determining the height of the specified frame. |
Height | double | Read | Gets the height of the specified frame. |
HorizontalDistanceFromText | double | Read | Gets horizontal distance between a frame and the surrounding text, in points. |
HorizontalPosition | double | Read | Gets horizontal distance between the edge of the frame and the item specified by the RelativeHorizontalPosition property. |
RelativeHorizontalPosition | RelativeHorizontalPosition | Read | Gets the relative horizontal position of a frame. |
RelativeVerticalPosition | RelativeVerticalPosition | Read | Gets the relative vertical position of a frame. |
VerticalDistanceFromText | double | Read | Specifies vertical distance (in points) between a frame and the surrounding text. |
VerticalPosition | double | Read | Gets vertical distance between the edge of the frame and the item specified by the RelativeVerticalPosition property. |
Width | double | Read | Gets the width of the specified frame, in points. |
VerticalAlignment | VerticalAlignment | Read | Gets vertical alignment of the specified frame. |
HorizontalAlignment | HorizontalAlignment | Read | Gets horizontal alignment of the specified frame. |
IsFrame | bool | Read | Returns true if the paragraph is a frame. |