TextBoundsInfo.FlagCharacterPunctuation Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.Views.InputMethods.TextBoundsInfoFlags enum directly instead of this field.

Das Kennzeichen, das angibt, dass das Zeichen eine Interpunktion ist.

[Android.Runtime.Register("FLAG_CHARACTER_PUNCTUATION", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputMethods.TextBoundsInfoFlags enum directly instead of this field.", true)]
public const Android.Views.InputMethods.TextBoundsInfoFlags FlagCharacterPunctuation = 4;
[<Android.Runtime.Register("FLAG_CHARACTER_PUNCTUATION", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputMethods.TextBoundsInfoFlags enum directly instead of this field.", true)>]
val mutable FlagCharacterPunctuation : Android.Views.InputMethods.TextBoundsInfoFlags

Feldwert

Value = 4

Implementiert

Attribute

Hinweise

Das Kennzeichen, das angibt, dass das Zeichen eine Interpunktion ist.

Java Dokumentation für android.view.inputmethod.TextBoundsInfo.FLAG_CHARACTER_PUNCTUATION.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: