iTextFont2::SetModWidthPairs 方法 (tom.h)

设置“减少对的宽度”是否处于活动状态。

语法

HRESULT SetModWidthPairs(
  [in] long Value
);

参数

[in] Value

类型: long

一个 tomBool 值,可以是下列值之一。

含义
tomTrue “减少对的宽度”处于活动状态。
tomFalse 减少对的宽度不处于活动状态。
tomToggle 切换 ModWidthPairs 属性。
tomUndefined ModWidthPairs 属性未定义。

返回值

类型: HRESULT

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

要求

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

另请参阅

ITextFont2

ITextFont2::GetModWidthPairs