Click or drag to resize

ITextFrame Interface

Defines the contract for a text frame, which is a container for displaying and managing text content.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface ITextFrame

The ITextFrame type exposes the following members.

Properties
Name Description
Public property AutoSize
Gets or sets a value indicating whether the control should automatically adjust its size to fit its contents.
Public property BottomMarginPt
Gets or sets the bottom margin of the document in points.
Public property IsAutoMargin
Gets or sets a value indicating whether the element should have automatic margin settings.
Public property LeftMarginPt
Gets or sets the left margin size in points.
Public property RightMarginPt
Gets or sets the right margin in points.
Public property TopMarginPt
Gets or sets the top margin of the document in points.
Top
See Also