iTextFont2::GetEffects 方法 (tom.h)
获取字符格式效果。
语法
HRESULT GetEffects(
[out] long *pValue,
[out] long *pMask
);
参数
[out] pValue
类型: long*
以下字符格式值的组合。
tomAllCaps
tomBold
tomDisabled
tomEmboss
tomHidden
tomImprint
tomInlineObjectStart
tomItalic
tomLink
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 |