Share via


TextRetrievalMode.IncludeHiddenText Property

True if the text retrieved from the specified range includes hidden text.

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

Syntax

'Declaration
Property IncludeHiddenText As Boolean
    Get
    Set
'Usage
Dim instance As TextRetrievalMode
Dim value As Boolean

value = instance.IncludeHiddenText

instance.IncludeHiddenText = value
bool IncludeHiddenText { get; set; }

Property Value

Type: System.Boolean

Remarks

Note The default value is the same as the current setting of the Hidden text option on the View tab in the Options dialog box (Tools menu) until this property has been set. Use the Text property with a Range object to retrieve text from the specified range.

See Also

Reference

TextRetrievalMode Interface

TextRetrievalMode Members

Microsoft.Office.Interop.Word Namespace