Skip to content

Latest commit

 

History

History
91 lines (70 loc) · 2.79 KB

nf-tom-itextpara2-getproperty.md

File metadata and controls

91 lines (70 loc) · 2.79 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.GetProperty
ITextPara2::GetProperty (tom.h)
Gets the value of the specified property. (ITextPara2.GetProperty)
GetProperty
GetProperty method [Windows Controls]
GetProperty method [Windows Controls]
ITextPara2 interface
ITextPara2 interface [Windows Controls]
GetProperty method
ITextPara2.GetProperty
ITextPara2::GetProperty
controls.itextpara2_getproperty
tom/ITextPara2::GetProperty
controls\itextpara2_getproperty.htm
Controls
628ec2d7-2553-4a76-a5e6-c3a5bef3f8d6
12/05/2018
GetProperty, GetProperty method [Windows Controls], GetProperty method [Windows Controls],ITextPara2 interface, ITextPara2 interface [Windows Controls],GetProperty method, ITextPara2.GetProperty, ITextPara2::GetProperty, controls.itextpara2_getproperty, tom/ITextPara2::GetProperty
tom.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Msftedit.dll
Windows
19H1
ITextPara2::GetProperty
tom/ITextPara2::GetProperty
c++
APIRef
kbSyntax
COM
Msftedit.dll
ITextPara2.GetProperty

ITextPara2::GetProperty

-description

Gets the value of the specified property.

-parameters

-param Type [in]

Type: long

The ID of the property value to retrieve.

-param pValue [out]

Type: long*

The property value.

-returns

Type: HRESULT

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

-remarks

The tomParaPropMathAlign property sets the math alignment for math paragraphs in a text paragraph. It can have one of the following values.

tomMathParaAlignDefault
tomMathParaAlignCenterGroup
tomMathParaAlignCenter
tomMathParaAlignLeft
tomMathParaAlignRight

-see-also

ITextPara2

ITextPara2::SetProperty