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)
Syntax
'Declaration
Public Enumeration WdIndexFilter
'Usage
Dim instance As WdIndexFilter
public enum WdIndexFilter
Members
Member name | Description | |
---|---|---|
wdIndexFilterNone | No special filtering. | |
wdIndexFilterAiueo | Japanese words use the AIUEO method of alphabetizing. | |
wdIndexFilterAkasatana | Japanese words use Akasatana. | |
wdIndexFilterChosung | Korean words use Chosung. | |
wdIndexFilterLow | Japanese words use Akasatana. | |
wdIndexFilterMedium | Japanese words use the AIUEO method of alphabetizing. | |
wdIndexFilterFull | Korean words use Chosung. |