Share via


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 プロパティと共に使用されます。

適用対象