TextAppearanceInfo.Builder.SetLineBreakWordStyle(LineBreakWordStyle) 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.
Set the line-break word strategies for text wrapping.
[Android.Runtime.Register("setLineBreakWordStyle", "(I)Landroid/view/inputmethod/TextAppearanceInfo$Builder;", "", ApiSince=34)]
public Android.Views.InputMethods.TextAppearanceInfo.Builder SetLineBreakWordStyle(Android.Graphics.Text.LineBreakWordStyle lineBreakWordStyle);
[<Android.Runtime.Register("setLineBreakWordStyle", "(I)Landroid/view/inputmethod/TextAppearanceInfo$Builder;", "", ApiSince=34)>]
member this.SetLineBreakWordStyle : Android.Graphics.Text.LineBreakWordStyle -> Android.Views.InputMethods.TextAppearanceInfo.Builder
Parameters
- lineBreakWordStyle
- LineBreakWordStyle
Value is one of the following: LineBreakConfig.LINE_BREAK_WORD_STYLE_NONE; LineBreakConfig.LINE_BREAK_WORD_STYLE_PHRASE; LineBreakConfig.LINE_BREAK_WORD_STYLE_UNSPECIFIED; LineBreakConfig.LINE_BREAK_WORD_STYLE_AUTO
Returns
- Attributes
Remarks
Set the line-break word strategies for text wrapping.
Android reference for android.view.inputmethod.TextAppearanceInfo.Builder.setLineBreakWordStyle.
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.