| 
    Tizen Native API
    10.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.
 
Member Data Documentation
| unsigned int ime_preedit_attribute::length | 
The character length of this attribute, the range is [start, start+length]
| unsigned int ime_preedit_attribute::start | 
The start position in the string of this attribute
The type of this attribute
| unsigned int ime_preedit_attribute::value | 
The value of this attribute