TextFrame.HasText Property

True if the specified shape has text associated with it.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property HasText As Integer
    Get
'Usage
Dim instance As TextFrame
Dim value As Integer

value = instance.HasText
int HasText { get; }

Property Value

Type: System.Int32

See Also

Reference

TextFrame Interface

TextFrame Members

Microsoft.Office.Interop.Word Namespace