共用方式為


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個索引值適用於特殊底線色彩。 如果 1 到 16 之間的索引尚未由 ITextDocument2:SetEffectColor 方法的呼叫定義,GetEffectColor 會傳回對應的 Microsoft Word 預設色彩。

規格需求

需求
最低支援的用戶端 Windows 8 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2012 [僅限傳統型應用程式]
目標平台 Windows
標頭 tom.h
Dll Msftedit.dll

另請參閱

ITextDocument2

ITextDocument2::SetEffectColor