iTextDocument2::GetEffectColor 方法 (tom.h)

检索用于特殊文本属性的颜色。

语法

HRESULT GetEffectColor(
  [in]  long Index,
  [out] long *pValue
);

参数

[in] Index

类型: long

要检索的颜色的索引。 可以是下列值之一。

索引 含义
0
文本颜色。
1
RGB (0、0、0)
2
RGB (0、0、255)
3
RGB (0、255、255)
4
RGB (0、255、0)
5
RGB (255、0、255)
6
RGB (255、0、0)
7
RGB (255、255、0)
8
RGB(255, 255, 255)
9
RGB (0、0、128)
10
RGB (0、128、128)
11
RGB (0、128、0)
12
RGB (128、0、128)
13
RGB (128、0、0)
14
RGB (128、128、0)
15
RGB(128, 128, 128)
16
RGB(192, 192, 192)

[out] pValue

类型: long*

与指定索引对应的颜色。

返回值

类型: HRESULT

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

注解

前 16 个索引值用于特殊下划线颜色。 如果尚未通过调用 ITextDocument2:SetEffectColor 方法定义介于 1 和 16 之间的索引,GetEffectColor 将返回相应的 Microsoft Word默认颜色。

要求

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

另请参阅

ITextDocument2

ITextDocument2::SetEffectColor