ITextDocument2::GetEastAsianFlags method (tom.h)

Gets the East Asian flags.

Syntax

HRESULT GetEastAsianFlags(
  [out, retval] long *pFlags
);

Parameters

[out, retval] pFlags

Type: long*

The East Asian flags. This parameter can be a combination of the following values.

Value Meaning
tomRE10Mode
TOM version 1.0 emulation mode.
tomUseAtFont
Use @ fonts for CJK vertical text.
tomTextFlowMask
A mask for the following four text orientations:
tomTextFlowES
Ordinary left-to-right horizontal text.
tomTextFlowSW
Ordinary East Asian vertical text.
tomTextFlowWN
An alternative orientation.
tomTextFlowNE
An alternative orientation.
tomUsePassword
Use password control.
tomNoIME
Turn off IME operation (see ES_NOIME).
tomSelfIME
The rich edit host handles IME operation (see ES_SELFIME) .

Return value

Type: HRESULT

If the method succeeds, it returns NOERROR. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header tom.h
DLL Msftedit.dll

See also

ITextDocument2