WdIndexFilter Enumeration 

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

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdIndexFilter1 As WdIndexFilter = WdIndexFilter.wdIndexFilterAiueo

Syntax

Public Enum WdIndexFilter
public enum WdIndexFilter
public enum class WdIndexFilter
public enum WdIndexFilter
public enum WdIndexFilter

Members

Member name Description
wdIndexFilterAiueo Japanese words use the AIUEO method of alphabetizing.
wdIndexFilterAkasatana Japanese words use Akasatana.
wdIndexFilterChosung Korean words use Chosung.
wdIndexFilterFull Korean words use Chosung.
wdIndexFilterLow Japanese words use Akasatana.
wdIndexFilterMedium Japanese words use the AIUEO method of alphabetizing.
wdIndexFilterNone No special filtering.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace