ITextFont::GetUnderline 方法 (tom.h)

获取区域中字符的下划线类型。

语法

HRESULT GetUnderline(
  long *pValue
);

参数

pValue

类型: long*

下划线的类型。 可以是下列值之一。

tomNone

tomSingle

tomWords

tomDouble

tomDotted

tomDash

tomDashDot

tomDashDotDot

tomWave

tomThick

tomHair

tomDoubleWave

tomHeavyWave

tomLongDash

tomThickDash

tomThickDashDot

tomThickDashDotDotDot

tomThickDotted

tomThickLongDash

返回值

类型: HRESULT

如果方法成功,则返回 S_OK。 如果方法失败,它将返回以下 COM 错误代码之一。 有关 COM 错误代码的详细信息,请参阅 COM 中的错误处理

返回代码 说明
E_INVALIDARG
无效的参数。
CO_E_RELEASED
字体对象附加到已删除的区域。

要求

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

请参阅

概念性

ITextFont

引用

SetUnderline

文本对象模型