DocumentProperty 接口

定义

代表容器文档的一个自定义或内置文档属性。

public interface class DocumentProperty
[System.Runtime.InteropServices.Guid("2DF8D04E-5BFA-101B-BDE5-00AA0044DE52")]
public interface DocumentProperty
[<System.Runtime.InteropServices.Guid("2DF8D04E-5BFA-101B-BDE5-00AA0044DE52")>]
type DocumentProperty = interface
Public Interface DocumentProperty
属性

注解

DocumentProperty 对象是 集合的成员DocumentProperties

使用 BuiltinDocumentProperties (index) (其中 index 是内置文档属性的名称或索引号)可返回表示特定内置文档属性的单个 DocumentProperty 对象。 使用 CustomDocumentProperties (index) (其中 index 是自定义文档属性的名称或索引号)返回一个代表特定自定义文档属性的 DocumentProperty 对象。

下面的列表包含所有可用内置文档属性的名称:

标题

主题

作者

关键字

Comments

模板

上一个作者

修订次数

Application Name

上次打印日期

创建日期

上次保存时间

编辑时间总计

页数

字数

字符数

安全性

类别

格式

Manager

公司

字节数

行数

段落数

幻灯片数

备注数

隐藏幻灯片数

多媒体剪辑数

容器应用程序不一定为每个内置文档属性都定义一个属性值。 如果给定应用程序未为其中一个内置文档属性定义值,则 Value 返回该文档属性的 属性会导致错误。

属性

Application

返回一个 Application 对象,该对象代表该对象的容器应用程序。

Creator

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

LinkSource

返回或设置链接的自定义文档属性的源。

LinkToContent

确定自定义文档属性的值是否链接到容器文档的内容。

Name

返回或设置指定对象的名称。

Parent

返回指定对象的 Parent 对象。

Type

返回或设置文档属性类型。

Value

返回或设置文档属性的值。

方法

Delete()

删除自定义的文档属性。

适用于