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

NameTypeAccessDescription
HeightRuleHeightRuleReadGets the rule for determining the height of the specified frame.
HeightdoubleReadGets the height of the specified frame.
HorizontalDistanceFromTextdoubleReadGets horizontal distance between a frame and the surrounding text, in points.
HorizontalPositiondoubleReadGets horizontal distance between the edge of the frame and the item specified by the RelativeHorizontalPosition property.
RelativeHorizontalPositionRelativeHorizontalPositionReadGets the relative horizontal position of a frame.
RelativeVerticalPositionRelativeVerticalPositionReadGets the relative vertical position of a frame.
VerticalDistanceFromTextdoubleReadSpecifies vertical distance (in points) between a frame and the surrounding text.
VerticalPositiondoubleReadGets vertical distance between the edge of the frame and the item specified by the RelativeVerticalPosition property.
WidthdoubleReadGets the width of the specified frame, in points.
VerticalAlignmentVerticalAlignmentReadGets vertical alignment of the specified frame.
HorizontalAlignmentHorizontalAlignmentReadGets horizontal alignment of the specified frame.
IsFrameboolReadReturns true if the paragraph is a frame.

See Also