WdIndexFilter Enum

Definition

Specifies how Microsoft Word classifies the first character of entries in the specified index.

public enum class WdIndexFilter
[System.Runtime.InteropServices.Guid("FB2904FB-ACC0-36C0-8D06-AEE924D88A08")]
public enum WdIndexFilter
type WdIndexFilter = 
Public Enum WdIndexFilter
Inheritance
WdIndexFilter
Attributes

Fields

wdIndexFilterAiueo 1

Japanese words use the AIUEO method of alphabetizing.

wdIndexFilterAkasatana 2

Japanese words use Akasatana.

wdIndexFilterChosung 3

Korean words use Chosung.

wdIndexFilterFull 6

Korean words use Chosung.

wdIndexFilterLow 4

Japanese words use Akasatana.

wdIndexFilterMedium 5

Japanese words use the AIUEO method of alphabetizing.

wdIndexFilterNone 0

No special filtering.

Applies to