共用方式為


iTextFont2::GetEffects 方法 (tom.h)

取得字元格式效果。

語法

HRESULT GetEffects(
  [out] long *pValue,
  [out] long *pMask
);

參數

[out] pValue

類型: long*

下列字元格式值的組合。

tomAllCaps

tomBold

tomDisabled

tomEmboss

tomHidden

tomImprint

tomInlineObjectStart

tomItalic

tomLinkProtected

tomMathZone

tomMathZoneDisplay

tomMathZoneNoBuildUp

tomMathZoneOrdinary

tomOutline

tomProtected

tomRevised

tomShadow

tomSmallCaps

tomStrikeout

tomUnderline

如果已設定 tomInlineObjectStart 旗標,您可能會想要呼叫 GetInlineObject 以取得更多內嵌物件屬性。

[out] pMask

類型: long*

這些旗標在範圍上的差異。 值為零表示屬性在範圍上相同。 對於插入點,這個值一律為零。

傳回值

類型: HRESULT

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

規格需求

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

另請參閱

ITextFont2

ITextFont2::SetEffects