Tizen Native API  7.0
ime_preedit_attribute Struct Reference

Public Attributes

unsigned int start
unsigned int length
ime_attribute_type type
unsigned int value

Detailed Description

The structure type to contain the attributes for preedit string.

Since :
2.4
Remarks:
A preedit string may have one or more different attributes. This structure describes each attribute of the string.
See also:
ime_update_preedit_string()
ime_attribute_type

Member Data Documentation

The character length of this attribute, the range is [start, start+length]

The start position in the string of this attribute

The type of this attribute

The value of this attribute