共用方式為


ITextFont2::SetEffects 方法 (tom.h)

設定字元格式效果。

語法

HRESULT SetEffects(
  [in] long Value,
  [in] long Mask
);

參數

[in] Value

類型: long

下列字元格式值的組合。

tomAllCaps

tomBold

tomDisabled

tomEmboss

tomHidden

tomImprint

tomInlineObjectStart

tomItalic

tomLinkProtected

tomMathZone

tomMathZoneDisplay

tomMathZoneNoBuildUp

tomMathZoneOrdinary

tomOutline

tomProtected

tomRevised

tomShadow

tomSmallCaps

tomStrikeout

tomUnderline

[in] Mask

類型: long

所需的遮罩,可以是 Value 旗標的組合。 只會修改具有對應遮罩旗標集的效果。

傳回值

類型: HRESULT

如果方法成功,則會傳回 NOERROR。 否則,它會傳回 HRESULT 錯誤碼。

備註

只會修改具有對應遮罩旗標集的效果。

規格需求

需求
最低支援的用戶端 Windows 8 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2012 [僅限傳統型應用程式]
目標平台 Windows
標頭 tom.h
Dll Msftedit.dll

另請參閱

ITextFont2

ITextFont2::GetEffects