TextRetrievalMode Interface

Represents options that control how text is retrieved from a Range object.

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

Syntax

'Declaration
<GuidAttribute("00020939-0000-0000-C000-000000000046")> _
Public Interface TextRetrievalMode
'Usage
Dim instance As TextRetrievalMode
[GuidAttribute("00020939-0000-0000-C000-000000000046")]
public interface TextRetrievalMode

Remarks

Use the TextRetrievalMode property to return a TextRetrievalMode object.

Changing the IncludeHiddenText , IncludeHiddenText , or IncludeFieldCodes property of the TextRetrievalMode object doesn't change the screen display. Instead, changing one of these properties determines what text is retrieved from a Range object when the Text property is used.

See Also

Reference

TextRetrievalMode Members

Microsoft.Office.Interop.Word Namespace