iTextPara2::GetEffects 方法 (tom.h)
取得段落格式效果。
語法
HRESULT GetEffects(
[out] long *pValue,
[out] long *pMask
);
參數
[out] pValue
類型: long*
段落效果。 這個值可以是下列旗標的組合。
tomParaEffectRTL
tomParaEffectKeep
tomParaEffectKeepNext
tomParaEffectPageBreakBefore
tomParaEffectNoLineNumber
tomParaEffectNoWidowControl
tomParaEffectDoNotHyphen
tomParaEffectSideBySide
tomParaEffectCollapsed
tomParaEffectOutlineLevel
tomParaEffectBox
tomParaEffectTableRowDelimiter
tomParaEffectTable
[out] pMask
類型: long*
範圍中旗標的差異。 值為 1 表示對應的效果在範圍上相同。 針對插入點,所有已定義效果的值等於 1。
傳回值
類型: HRESULT
如果方法成功,它會傳回 NOERROR。 否則,它會傳回 HRESULT 錯誤碼。
備註
如果已設定 tomTable 旗標,您可以使用 ITextRange2::GetTable 方法來取得更多數據表屬性。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2012 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | tom.h |
Dll | Msftedit.dll |