WdIndexFormat 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定文档中索引的格式。
public enum class WdIndexFormat
[System.Runtime.InteropServices.Guid("B81E5359-6200-3CCB-9B49-8BE46F9A9FEA")]
public enum WdIndexFormat
type WdIndexFormat =
Public Enum WdIndexFormat
- 继承
-
WdIndexFormat
- 属性
字段
名称 | 值 | 说明 |
---|---|---|
wdIndexTemplate | 0 | 来自模板。 |
wdIndexClassic | 1 | 古典型。 |
wdIndexFancy | 2 | 流行。 |
wdIndexModern | 3 | 现代。 |
wdIndexBulleted | 4 | 项目符号。 |
wdIndexFormal | 5 | 正式。 |
wdIndexSimple | 6 | 简明型。 |
注解
与 Indexes 对象的 Format 属性一起使用。