Click or drag to resize

TextFrameFormat Class

Represents frame related formatting for a paragraph.
Inheritance Hierarchy
SystemObject
  SautinSoft.DocumentTextFrameFormat

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public sealed class TextFrameFormat

The TextFrameFormat type exposes the following members.

Properties
 NameDescription
Public propertyDistanceFromText Gets or sets the distance (in points) between the document text and frame.
Public propertyDropCapPosition Gets or sets the position for a drop cap text.
Public propertyHeightRule Gets or sets the rule for determining the height of the frame.
Public propertyHorizontalPosition Gets or sets the horizontal position.
Public propertyIsFrame Gets a value indicating whether parent Paragraph is a text frame.
Public propertyLinesToDrop Gets or sets the number of lines of the paragraph text used to calculate the drop cap height.
Public propertySize Gets or sets the size of the frame.
Public propertyVerticalPosition Gets or sets the vertical position.
Top
Methods
 NameDescription
Public methodClearFormatting Clears the formatting.
Top
See Also