TextRetrievalMode 接口

定义

表示控制如何从 Range 对象检索文本的选项。

public interface class TextRetrievalMode
[System.Runtime.InteropServices.Guid("00020939-0000-0000-C000-000000000046")]
public interface TextRetrievalMode
type TextRetrievalMode = interface
Public Interface TextRetrievalMode
属性

注解

TextRetrievalMode使用 属性可返回 TextRetrievalMode 对象。

更改 IncludeHiddenTextTextRetrievalMode 对象的 、 IncludeHiddenTextIncludeFieldCodes 属性不会更改屏幕显示。 相反,更改其中一个属性将确定在使用属性时TextRange 对象检索的文本。

属性

Application

返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。

Duplicate

返回一个只读 TextRetrievalMode 对象,该对象表示与从指定 Range 对象检索文本相关的选项。

IncludeFieldCodes

如此 如果从指定区域获取的文本包含域代码。

IncludeHiddenText

如此 如果从指定区域获取的文本包含隐藏的文字。

Parent

返回一个对象,代表指定对象的父对象。

ViewType

返回或设置 对象的视图 TextRetrievalMode

适用于