[]
Represents the text frame in the IShape object.
public interface ITextFrame
Gets or sets the text direction.
TextDirection Direction { get; set; }
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; }
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; }
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; }
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; }
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; }
Returns the ITextRange object that represents the text in the object (read-only).
ITextRange TextRange { get; }
Gets or sets vertical anchor for Text frame in the shape.
VerticalAnchor VerticalAnchor { get; set; }