Hyperlinks 接口

定义

表示文档、区域或选定内容中的对象的集合 Hyperlink

public interface class Hyperlinks : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002099C-0000-0000-C000-000000000046")]
public interface Hyperlinks : System.Collections.IEnumerable
type Hyperlinks = interface
    interface IEnumerable
Public Interface Hyperlinks
Implements IEnumerable
属性
实现

注解

使用 、 RangeSelection 对象的 Hyperlinks 属性Document可返回 Hyperlinks 集合。

Add(Object, Object, Object, Object, Object, Object)使用 方法创建超链接并将其添加到 Hyperlinks 集合。

使用 超链接 (index) (其中 index 是索引号)可返回文档、区域或选定内容中的单个 Hyperlink 对象。

文档中Count此集合的 属性仅返回main文章中的项数。 若要对其他情景中的项进行计数,请将 集合与 Range 对象一起使用。

属性

Application

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

Count

返回指定集合中的项数。

Creator

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

Item[Object]

返回集合中的单个对象。

Parent

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

方法

_Add(Object, Object, Object)

仅供内部使用。

Add(Object, Object, Object, Object, Object, Object)

返回一个 Hyperlink 对象,该对象表示添加到区域、选定内容或文档的新超链接。

GetEnumerator()

表示文档、区域或选定内容中的对象的集合 Hyperlink

适用于