Skip to content

Latest commit

 

History

History
160 lines (136 loc) · 4.08 KB

nf-tom-itextdocument2-geteastasianflags.md

File metadata and controls

160 lines (136 loc) · 4.08 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:tom.ITextDocument2.GetEastAsianFlags
ITextDocument2::GetEastAsianFlags (tom.h)
Gets the East Asian flags.
GetEastAsianFlags
GetEastAsianFlags method [Windows Controls]
GetEastAsianFlags method [Windows Controls]
ITextDocument2 interface
ITextDocument2 interface [Windows Controls]
GetEastAsianFlags method
ITextDocument2.GetEastAsianFlags
ITextDocument2::GetEastAsianFlags
controls.itextdocument2_geteastasianflags
tom/ITextDocument2::GetEastAsianFlags
tomNoIME
tomRE10Mode
tomSelfIME
tomTextFlowMask
tomUseAtFont
tomUsePassword
controls\itextdocument2_geteastasianflags.htm
Controls
730c869d-cac0-40ce-b6c5-ca3be2c94419
12/05/2018
GetEastAsianFlags, GetEastAsianFlags method [Windows Controls], GetEastAsianFlags method [Windows Controls],ITextDocument2 interface, ITextDocument2 interface [Windows Controls],GetEastAsianFlags method, ITextDocument2.GetEastAsianFlags, ITextDocument2::GetEastAsianFlags, controls.itextdocument2_geteastasianflags, tom/ITextDocument2::GetEastAsianFlags, tomNoIME, tomRE10Mode, tomSelfIME, tomTextFlowMask, tomUseAtFont, tomUsePassword
tom.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Msftedit.dll
Windows
19H1
ITextDocument2::GetEastAsianFlags
tom/ITextDocument2::GetEastAsianFlags
c++
APIRef
kbSyntax
COM
Msftedit.dll
ITextDocument2.GetEastAsianFlags

ITextDocument2::GetEastAsianFlags

-description

Gets the East Asian flags.

-parameters

-param pFlags [out, retval]

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) .

-returns

Type: HRESULT

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

-see-also

ITextDocument2