WdBuiltInProperty 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定内置文档属性。
public enum class WdBuiltInProperty
[System.Runtime.InteropServices.Guid("B9EDE5B0-50FA-3327-B624-B21F9391AD5B")]
public enum WdBuiltInProperty
type WdBuiltInProperty =
Public Enum WdBuiltInProperty
- 继承
-
WdBuiltInProperty
- 属性
字段
名称 | 值 | 说明 |
---|---|---|
wdPropertyTitle | 1 | 标题。 |
wdPropertySubject | 2 | 主题。 |
wdPropertyAuthor | 3 | 作者。 |
wdPropertyKeywords | 4 | 关键字。 |
wdPropertyComments | 5 | 批注。 |
wdPropertyTemplate | 6 | 模板名称。 |
wdPropertyLastAuthor | 7 | 上一个作者。 |
wdPropertyRevision | 8 | 修订次数。 |
wdPropertyAppName | 9 | 应用程序名称。 |
wdPropertyTimeLastPrinted | 10 | 上次打印时间。 |
wdPropertyTimeCreated | 11 | 创建时间。 |
wdPropertyTimeLastSaved | 12 | 上次保存时间。 |
wdPropertyVBATotalEdit | 13 | VBA 项目编辑次数。 |
wdPropertyPages | 14 | 页数。 |
wdPropertyWords | 15 | 字数。 |
wdPropertyCharacters | 16 | 字符数。 |
wdPropertySecurity | 17 | 安全设置。 |
wdPropertyCategory | 18 | 类别。 |
wdPropertyFormat | 19 | 不支持。 |
wdPropertyManager | 20 | 经理。 |
wdPropertyCompany | 21 | 公司。 |
wdPropertyBytes | 22 | 字节数。 |
wdPropertyLines | 23 | 行数。 |
wdPropertyParas | 24 | 段落数。 |
wdPropertySlides | 25 | 不支持。 |
wdPropertyNotes | 26 | 注释。 |
27 | 不支持。 |
|
wdPropertyMMClips | 28 | 不支持。 |
wdPropertyHyperlinkBase | 29 | 不支持。 |
wdPropertyCharsWSpaces | 30 | 字符数(计空格)。 |
注解
与 Document 或 Template 对象的 BuiltInDocumentProperties 集合一起使用。 可以通过单击“文件”菜单上的“属性”,在可用的“属性”对话框中以交互方式找到大多数内置文档属性。