[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.ITextFrame

Interface ITextFrame

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

Represents the text frame in the IShape object.

public interface ITextFrame

Properties

Direction

Gets or sets the text direction.

TextDirection Direction { get; set; }

Property Value

TextDirection

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.

HorizontalAnchor HorizontalAnchor { get; set; }

Property Value

HorizontalAnchor

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.

float MarginBottom { get; set; }

Property Value

float

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.

float MarginLeft { get; set; }

Property Value

float

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.

float MarginRight { get; set; }

Property Value

float

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.

float MarginTop { get; set; }

Property Value

float

TextRange

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

ITextRange TextRange { get; }

Property Value

ITextRange

VerticalAnchor

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

VerticalAnchor VerticalAnchor { get; set; }

Property Value

VerticalAnchor