ime_preedit_attribute class final

@brief The structure type to contain the attributes for preedit string.

@since_tizen @if MOBILE 2.4 @else 3.0 @endif

@remarks A preedit string may have one or more different attributes. This structure describes each attribute of the string.

@see ime_update_preedit_string() @see #ime_attribute_type

Inheritance
Implemented types
Available extensions

Constructors

ime_preedit_attribute.new()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
hashCode int
The hash code for this object.
no setterinherited
length int
< The character length of this attribute, the range is start, start+length
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start int
< The start position in the string of this attribute
getter/setter pair
type int
< The type of this attribute
getter/setter pair
value int
< The value of this attribute
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited