LineBreakConfig.LineBreakWordStylePhrase Field

Definition

Caution

This constant will be removed in the future version. Use Android.Graphics.Text.LineBreakWordStyle enum directly instead of this field.

Line breaking is based on phrases, which results in text wrapping only on meaningful words.

[Android.Runtime.Register("LINE_BREAK_WORD_STYLE_PHRASE", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Text.LineBreakWordStyle enum directly instead of this field.", true)]
public const Android.Graphics.Text.LineBreakWordStyle LineBreakWordStylePhrase = 1;
[<Android.Runtime.Register("LINE_BREAK_WORD_STYLE_PHRASE", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Text.LineBreakWordStyle enum directly instead of this field.", true)>]
val mutable LineBreakWordStylePhrase : Android.Graphics.Text.LineBreakWordStyle

Field Value

Value = 1
Attributes

Remarks

Line breaking is based on phrases, which results in text wrapping only on meaningful words.

Support for this line-break word style depends on locale. If the current locale does not support phrase-based text wrapping, this setting has no effect.

Java documentation for android.graphics.text.LineBreakConfig.LINE_BREAK_WORD_STYLE_PHRASE.

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