Skip to content

Latest commit

 

History

History
96 lines (79 loc) · 2.77 KB

nf-tom-itextpara2-getfontalignment.md

File metadata and controls

96 lines (79 loc) · 2.77 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.ITextPara2.GetFontAlignment
ITextPara2::GetFontAlignment (tom.h)
Gets the paragraph font alignment state.
GetFontAlignment
GetFontAlignment method [Windows Controls]
GetFontAlignment method [Windows Controls]
ITextPara2 interface
ITextPara2 interface [Windows Controls]
GetFontAlignment method
ITextPara2.GetFontAlignment
ITextPara2::GetFontAlignment
controls.itextpara2_getfontalignment
tom/ITextPara2::GetFontAlignment
controls\itextpara2_getfontalignment.htm
Controls
1064c033-2ae0-46ec-a670-603edd673e87
12/05/2018
GetFontAlignment, GetFontAlignment method [Windows Controls], GetFontAlignment method [Windows Controls],ITextPara2 interface, ITextPara2 interface [Windows Controls],GetFontAlignment method, ITextPara2.GetFontAlignment, ITextPara2::GetFontAlignment, controls.itextpara2_getfontalignment, tom/ITextPara2::GetFontAlignment
tom.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Msftedit.dll
Windows
19H1
ITextPara2::GetFontAlignment
tom/ITextPara2::GetFontAlignment
c++
APIRef
kbSyntax
COM
Msftedit.dll
ITextPara2.GetFontAlignment

ITextPara2::GetFontAlignment

-description

Gets the paragraph font alignment state.

-parameters

-param pValue [out, retval]

Type: long*

The paragraph font alignment state. It can be one of the following values.

Font Alignment States
tomFontAlignmentAuto (default)
tomFontAlignmentTop
tomFontAlignmentBaseline
tomFontAlignmentBottom
tomFontAlignmentCenter

-returns

Type: HRESULT

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

-see-also

ITextPara2

ITextPara2::SetFontAlignment