BreakIterator.GetLineInstance Method
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.
Overloads
GetLineInstance(Locale) |
Returns a new instance of BreakIterator that locates legal line- wrapping positions. |
GetLineInstance(ULocale) |
<strong>[icu]</strong> Returns a new instance of BreakIterator that locates legal line- wrapping positions. |
GetLineInstance(Locale)
Returns a new instance of BreakIterator that locates legal line- wrapping positions.
[Android.Runtime.Register("getLineInstance", "(Ljava/util/Locale;)Landroid/icu/text/BreakIterator;", "", ApiSince=24)]
public static Android.Icu.Text.BreakIterator? GetLineInstance (Java.Util.Locale? where);
[<Android.Runtime.Register("getLineInstance", "(Ljava/util/Locale;)Landroid/icu/text/BreakIterator;", "", ApiSince=24)>]
static member GetLineInstance : Java.Util.Locale -> Android.Icu.Text.BreakIterator
Parameters
- where
- Locale
A Locale specifying the language of the text being broken.
Returns
A new instance of BreakIterator that locates legal line-wrapping positions.
- Attributes
Remarks
Returns a new instance of BreakIterator that locates legal line- wrapping positions.
Java documentation for android.icu.text.BreakIterator.getLineInstance(java.util.Locale)
.
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.
Applies to
GetLineInstance(ULocale)
<strong>[icu]</strong> Returns a new instance of BreakIterator that locates legal line- wrapping positions.
[Android.Runtime.Register("getLineInstance", "(Landroid/icu/util/ULocale;)Landroid/icu/text/BreakIterator;", "", ApiSince=24)]
public static Android.Icu.Text.BreakIterator? GetLineInstance (Android.Icu.Util.ULocale? where);
[<Android.Runtime.Register("getLineInstance", "(Landroid/icu/util/ULocale;)Landroid/icu/text/BreakIterator;", "", ApiSince=24)>]
static member GetLineInstance : Android.Icu.Util.ULocale -> Android.Icu.Text.BreakIterator
Parameters
- where
- ULocale
A Locale specifying the language of the text being broken.
Returns
A new instance of BreakIterator that locates legal line-wrapping positions.
- Attributes
Remarks
<strong>[icu]</strong> Returns a new instance of BreakIterator that locates legal line- wrapping positions.
Java documentation for android.icu.text.BreakIterator.getLineInstance(android.icu.util.ULocale)
.
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.