BreakIterator.WordNone Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.Icu.Text.BreakWord enum directly instead of this field.
Tag value for "words" that do not fit into any of other categories.
[Android.Runtime.Register("WORD_NONE", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Text.BreakWord enum directly instead of this field.", true)]
public const Android.Icu.Text.BreakWord WordNone = 0;
[<Android.Runtime.Register("WORD_NONE", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Text.BreakWord enum directly instead of this field.", true)>]
val mutable WordNone : Android.Icu.Text.BreakWord
Field Value
Value = 0- Attributes
Remarks
Tag value for "words" that do not fit into any of other categories. Includes spaces and most punctuation.
Java documentation for android.icu.text.BreakIterator.WORD_NONE
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.