Shape.TextFrame

Shape.TextFrame property

Returns a TextFrame object that contains the alignment and anchoring properties for the specified shape.

[Obsolete("Use Shape.TextBody.TextAlignment property instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public MsoTextFrame TextFrame { get; }

Remarks

NOTE: This member is now obsolete. Instead, please use Shape.TextBody.TextAlignment property. This property will be removed 12 months later since May 2016. Aspose apologizes for any inconvenience you may have experienced.

See Also