ITfDisplayAttributeInfo interface
The ITfDisplayAttributeInfo interface is implemented by a text service to provide display attribute data. This interface is used by any component, most often an application, that must determine how text displays.
Members
The ITfDisplayAttributeInfo interface inherits from the IUnknown interface. ITfDisplayAttributeInfo also has these types of members:
Methods
The ITfDisplayAttributeInfo interface has these methods.
| Method | Description |
|---|---|
| GetAttributeInfo |
Obtains the display attribute data. |
| GetDescription |
Obtains the description string of the display attribute. |
| GetGUID |
Obtains the GUID for the display attribute. |
| Reset |
Resets the display attribute data to its default value. |
| SetAttributeInfo |
Sets the new attribute data. |
Remarks
An application obtains an instance of this interface by calling ITfDisplayAttributeMgr::GetDisplayAttributeInfo or IEnumTfDisplayAttributeInfo::Next.
A text service supplies an instance of this interface in its ITfDisplayAttributeProvider::GetDisplayAttributeInfo method.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Redistributable |
TSF 1.0 on Windows 2000 Professional |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
- IUnknown
- IEnumTfDisplayAttributeInfo::Next
- ITfDisplayAttributeMgr::GetDisplayAttributeInfo
- ITfDisplayAttributeProvider::GetDisplayAttributeInfo