iTextDocument2::SetMathProperties 方法 (tom.h)

指定要用于文档的数学属性。

语法

HRESULT SetMathProperties(
  [in] long Options,
  [in] long Mask
);

参数

[in] Options

类型: long

要设置的数学属性。 有关可能属性的列表,请参阅 GetMathProperties

[in] Mask

类型: long

数学掩码。 有关可能掩码的列表,请参阅 GetMathProperties

返回值

类型: HRESULT

如果该方法成功,则返回 NOERROR。 否则,将返回 HRESULT 错误代码。

要求

要求
最低受支持的客户端 Windows 8 [仅限桌面应用]
最低受支持的服务器 Windows Server 2012 [仅限桌面应用]
目标平台 Windows
标头 tom.h
DLL Msftedit.dll

另请参阅

ITextDocument2

ITextDocument2::GetMathProperties