Skip to content

Latest commit

 

History

History
87 lines (65 loc) · 2.44 KB

nf-tom-itextpara2-seteffects.md

File metadata and controls

87 lines (65 loc) · 2.44 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.SetEffects
ITextPara2::SetEffects (tom.h)
Sets the paragraph format effects.
ITextPara2 interface [Windows Controls]
SetEffects method
ITextPara2.SetEffects
ITextPara2::SetEffects
SetEffects
SetEffects method [Windows Controls]
SetEffects method [Windows Controls]
ITextPara2 interface
controls.itextpara2_seteffects
tom/ITextPara2::SetEffects
controls\itextpara2_seteffects.htm
Controls
e7184de4-b416-4f28-8f10-c89ffcccf1a1
12/05/2018
ITextPara2 interface [Windows Controls],SetEffects method, ITextPara2.SetEffects, ITextPara2::SetEffects, SetEffects, SetEffects method [Windows Controls], SetEffects method [Windows Controls],ITextPara2 interface, controls.itextpara2_seteffects, tom/ITextPara2::SetEffects
tom.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Msftedit.dll
Windows
19H1
ITextPara2::SetEffects
tom/ITextPara2::SetEffects
c++
APIRef
kbSyntax
COM
Msftedit.dll
ITextPara2.SetEffects

ITextPara2::SetEffects

-description

Sets the paragraph format effects.

-parameters

-param Value [in]

Type: long

The paragraph effects value.

This value can be a combination of the flags defined in the table for ITextPara2::GetEffects.

-param Mask [in]

Type: long

The desired mask.

This value can be a combination of the flags defined in the table for ITextPara2::GetEffects.

Only effects with the corresponding mask flag set are modified.

-returns

Type: HRESULT

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

-see-also

ITextPara2

ITextPara2::GetEffects