Click or drag to resize
EastAsianFlags Enumeration
East Asian flags.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
[FlagsAttribute]
public enum EastAsianFlags
Members
  Member nameValueDescription
None0No flags.
RE10Mode1Use Microsoft Rich Edit 1.0 mode.
UseAtFont2 Use a font with a name that starts with @, for CJK vertical text. When rendered vertically, the characters in such a font are rotated 90 degrees so that they look upright instead of sideways.
TextFlowES0Ordinary left-to-right horizontal text.
TextFlowSW4Ordinary East Asian vertical text.
TextFlowWN8Alternative orientation.
TextFlowNE12Alternative orientation.
NoIME524288Disables the IME operation.
SelfIME262144Directs the rich edit control to allow the application to handle all IME operations.
See Also