WdHighAnsiText 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 Word interprets high-ANSI text.
public enum class WdHighAnsiText
[System.Runtime.InteropServices.Guid("4C4F593A-9757-3A01-AC2D-D155B45AB080")]
public enum WdHighAnsiText
type WdHighAnsiText =
Public Enum WdHighAnsiText
- Inheritance
-
WdHighAnsiText
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdHighAnsiIsFarEast | 0 | Word doesn't interpret any high-ANSI text as East Asian characters. |
wdHighAnsiIsHighAnsi | 1 | Word interprets all high-ANSI text as East Asian characters. |
wdAutoDetectHighAnsiFarEast | 2 | Microsoft Word interprets high-ANSI text as East Asian characters only if Word automatically detects East Asian language text. |