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 |
---|---|
|
TOM version 1.0 emulation mode. |
|
Use @ fonts for CJK vertical text. |
|
A mask for the following four text orientations:
|
|
Use password control. |
|
Turn off IME operation (see ES_NOIME). |
|
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 |