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

另请参阅

ITextPara2

ITextPara2::SetEffects