TextRetrievalMode Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents options that control how text is retrieved from a Range object.
public interface class TextRetrievalMode
[System.Runtime.InteropServices.Guid("00020939-0000-0000-C000-000000000046")]
public interface TextRetrievalMode
type TextRetrievalMode = interface
Public Interface TextRetrievalMode
- Attributes
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.
Properties
Application |
Returns a Application object that represents the Microsoft Word application. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
Duplicate |
Returns a read-only TextRetrievalMode object that represents options related to retrieving text from the specified Range object. |
IncludeFieldCodes |
True if the text retrieved from the specified range includes field codes. |
IncludeHiddenText |
True if the text retrieved from the specified range includes hidden text. |
Parent |
Returns an object that represents the parent object of the specified object. |
ViewType |
Returns or sets the view for the TextRetrievalMode object. |