Skip to content

Latest commit

 

History

History
232 lines (148 loc) · 4.91 KB

nf-tom-itextfont2-seteffects.md

File metadata and controls

232 lines (148 loc) · 4.91 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.ITextFont2.SetEffects
ITextFont2::SetEffects (tom.h)
Sets the character format effects.
ITextFont2 interface [Windows Controls]
SetEffects method
ITextFont2.SetEffects
ITextFont2::SetEffects
SetEffects
SetEffects method [Windows Controls]
SetEffects method [Windows Controls]
ITextFont2 interface
controls.itextfont2_seteffects
tom/ITextFont2::SetEffects
tomAllCaps
tomBold
tomDisabled
tomEmboss
tomHidden
tomImprint
tomInlineObjectStart
tomItalic
tomLink
tomLinkProtected
tomMathZone
tomMathZoneDisplay
tomMathZoneNoBuildUp
tomMathZoneOrdinary
tomOutline
tomProtected
tomRevised
tomShadow
tomSmallCaps
tomStrikeout
tomUnderline
controls\itextfont2_seteffects.htm
Controls
edfc882e-6f76-498f-ae3f-4978ea728d1b
12/05/2018
ITextFont2 interface [Windows Controls],SetEffects method, ITextFont2.SetEffects, ITextFont2::SetEffects, SetEffects, SetEffects method [Windows Controls], SetEffects method [Windows Controls],ITextFont2 interface, controls.itextfont2_seteffects, tom/ITextFont2::SetEffects, tomAllCaps, tomBold, tomDisabled, tomEmboss, tomHidden, tomImprint, tomInlineObjectStart, tomItalic, tomLink, tomLinkProtected, tomMathZone, tomMathZoneDisplay, tomMathZoneNoBuildUp, tomMathZoneOrdinary, tomOutline, tomProtected, tomRevised, tomShadow, tomSmallCaps, tomStrikeout, tomUnderline
tom.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Msftedit.dll
Windows
19H1
ITextFont2::SetEffects
tom/ITextFont2::SetEffects
c++
APIRef
kbSyntax
COM
Msftedit.dll
ITextFont2.SetEffects

ITextFont2::SetEffects

-description

Sets the character format effects.

-parameters

-param Value [in]

Type: long

A combination of the following character format values.

tomAllCaps

tomBold

tomDisabled

tomEmboss

tomHidden

tomImprint

tomInlineObjectStart

tomItalic

tomLink

tomLinkProtected

tomMathZone

tomMathZoneDisplay

tomMathZoneNoBuildUp

tomMathZoneOrdinary

tomOutline

tomProtected

tomRevised

tomShadow

tomSmallCaps

tomStrikeout

tomUnderline

-param Mask [in]

Type: long

The desired mask, which can be a combination of the Value flags. 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.

-remarks

Only effects with the corresponding mask flag set are modified.

-see-also

ITextFont2

ITextFont2::GetEffects