InputConnectionWrapper.SetComposingRegion Метод

Определение

Перегрузки

SetComposingRegion(Int32, Int32)

Добавление

SetComposingRegion(Int32, Int32, TextAttribute)

Добавление

SetComposingRegion(Int32, Int32)

Добавление

[Android.Runtime.Register("setComposingRegion", "(II)Z", "GetSetComposingRegion_IIHandler")]
public virtual bool SetComposingRegion (int start, int end);
[<Android.Runtime.Register("setComposingRegion", "(II)Z", "GetSetComposingRegion_IIHandler")>]
abstract member SetComposingRegion : int * int -> bool
override this.SetComposingRegion : int * int -> bool

Параметры

start
Int32

позиция в тексте, с которой начинается область составления

end
Int32

позиция в тексте, с которой заканчивается область составления

Возвращаемое значение

Реализации

Атрибуты

Комментарии

Добавление

Документация по Java для android.view.inputmethod.InputConnectionWrapper.setComposingRegion(int, int).

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License Creative Commons 2.5 Attribution License.

Применяется к

SetComposingRegion(Int32, Int32, TextAttribute)

Добавление

[Android.Runtime.Register("setComposingRegion", "(IILandroid/view/inputmethod/TextAttribute;)Z", "GetSetComposingRegion_IILandroid_view_inputmethod_TextAttribute_Handler", ApiSince=33)]
public virtual bool SetComposingRegion (int start, int end, Android.Views.InputMethods.TextAttribute? textAttribute);
[<Android.Runtime.Register("setComposingRegion", "(IILandroid/view/inputmethod/TextAttribute;)Z", "GetSetComposingRegion_IILandroid_view_inputmethod_TextAttribute_Handler", ApiSince=33)>]
abstract member SetComposingRegion : int * int * Android.Views.InputMethods.TextAttribute -> bool
override this.SetComposingRegion : int * int * Android.Views.InputMethods.TextAttribute -> bool

Параметры

start
Int32
end
Int32
textAttribute
TextAttribute

Возвращаемое значение

Реализации

Атрибуты

Комментарии

Добавление

Документация по Java для android.view.inputmethod.InputConnectionWrapper.setComposingRegion(int, int, android.view.inputmethod.TextAttribute).

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License Creative Commons 2.5 Attribution License.

Применяется к