ITextFont::GetStyle method (tom.h)

Gets the character style handle of the characters in a range.

Syntax

HRESULT GetStyle(
  long *pValue
);

Parameters

pValue

Type: long*

The character style handle.

Return value

Type: HRESULT

If the method succeeds, it returns S_OK. If the method fails, it returns one of the following COM error codes.

Return code Description
E_INVALIDARG
Invalid argument.
CO_E_RELEASED
The font object is attached to a range that was deleted.
 

For more information on COM error codes, see Error Handling in COM.

Remarks

The Text Object Model (TOM) version 1.0 does not specify the meanings of the style handles. The meanings depend on other facilities of the text system that implements TOM.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header tom.h
DLL Msftedit.dll

See also

Conceptual

ITextFont

Reference

SetStyle

Text Object Model