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)

Usage

Public Class extRetrievalModeImplementation
    Implements TextRetrievalMode
End Class
Dim extRetrievalModeImplementation1 As New extRetrievalModeImplementation()

Syntax

Public Interface TextRetrievalMode
public interface TextRetrievalMode
public interface class TextRetrievalMode
public interface TextRetrievalMode
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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

TextRetrievalMode Members