WdMultipleWordConversionsMode 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 the direction for conversion between Hangul and Hanja.
public enum class WdMultipleWordConversionsMode
[System.Runtime.InteropServices.Guid("B0174301-3877-3296-9551-0D01D6CAD020")]
public enum WdMultipleWordConversionsMode
type WdMultipleWordConversionsMode =
Public Enum WdMultipleWordConversionsMode
- Inheritance
-
WdMultipleWordConversionsMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdHangulToHanja | 0 | Hangul to Hanja. |
wdHanjaToHangul | 1 | Hanja to Hangul. |
Remarks
Used with the MultipleWordConversionsMode property of the Options object.