[]
Represents the text frame in the IShape object.
public interface ITextFrame
Public Interface ITextFrame
Name | Description |
---|---|
Direction | Gets or sets the text direction. |
HorizontalAnchor | Gets or sets horizontal anchor for Text frame in the shape. |
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. |