Shape.TextFrame Property
Returns a TextFrame object that contains the text for the specified shape.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property TextFrame As TextFrame
Get
'Usage
Dim instance As Shape
Dim value As TextFrame
value = instance.TextFrame
TextFrame TextFrame { get; }
Property Value
Type: Microsoft.Office.Interop.Word.TextFrame