WdIndexFilter Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
wdIndexFilterNone | 0 | No special filtering. |
wdIndexFilterAiueo | 1 | Japanese words use the AIUEO method of alphabetizing. |
wdIndexFilterAkasatana | 2 | Japanese words use Akasatana. |
wdIndexFilterChosung | 3 | Korean words use Chosung. |
wdIndexFilterLow | 4 | Japanese words use Akasatana. |
wdIndexFilterMedium | 5 | Japanese words use the AIUEO method of alphabetizing. |
wdIndexFilterFull | 6 | Korean words use Chosung. |