WdIndexFormat 枚举

定义

指定文档中索引的格式。

public enum class WdIndexFormat
[System.Runtime.InteropServices.Guid("B81E5359-6200-3CCB-9B49-8BE46F9A9FEA")]
public enum WdIndexFormat
type WdIndexFormat = 
Public Enum WdIndexFormat
继承
WdIndexFormat
属性

字段

wdIndexBulleted 4

项目符号。

wdIndexClassic 1

古典型。

wdIndexFancy 2

流行。

wdIndexFormal 5

正式。

wdIndexModern 3

现代。

wdIndexSimple 6

简明型。

wdIndexTemplate 0

来自模板。

注解

Indexes 对象的 Format 属性一起使用。

适用于