[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.ITextFrame

ITextFrame Interface

Represents the text frame in the IShape object.

Namespace: GrapeCity.Documents.Excel.Drawing
Assembly: DS.Documents.Excel.dll
Syntax
public interface ITextFrame
Public Interface ITextFrame

Properties

Name Description
Direction

Gets or sets the text direction.

HorizontalAnchor

Gets or sets horizontal anchor for Text frame in the shape.
If you want to set the horizontal alignment of the text, use TextAlignment.

MarginBottom

Gets or sets the distance (in points) between the bottom of the text frame and the bottom of the inscribed rectangle of the shape that contains the text.

MarginLeft

Gets or sets the distance (in points) between the left edge of the text frame and the left edge of the inscribed rectangle of the shape that contains the text.

MarginRight

Gets or sets the distance (in points) between the right edge of the text frame and the right edge of the inscribed rectangle of the shape that contains the text.

MarginTop

Gets or sets the distance (in points) between the top of the text frame and the top of the inscribed rectangle of the shape that contains the text.

TextRange

Returns the ITextRange object that represents the text in the object (read-only).

VerticalAnchor

Gets or sets vertical anchor for Text frame in the shape.