TextAppearanceInfo.Builder.SetLineBreakStyle(LineBreakStyle) 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 strategies for text wrapping.
[Android.Runtime.Register("setLineBreakStyle", "(I)Landroid/view/inputmethod/TextAppearanceInfo$Builder;", "", ApiSince=34)]
public Android.Views.InputMethods.TextAppearanceInfo.Builder SetLineBreakStyle(Android.Graphics.Text.LineBreakStyle lineBreakStyle);
[<Android.Runtime.Register("setLineBreakStyle", "(I)Landroid/view/inputmethod/TextAppearanceInfo$Builder;", "", ApiSince=34)>]
member this.SetLineBreakStyle : Android.Graphics.Text.LineBreakStyle -> Android.Views.InputMethods.TextAppearanceInfo.Builder
Parameters
- lineBreakStyle
- LineBreakStyle
Value is one of the following: LineBreakConfig.LINE_BREAK_STYLE_NONE; LineBreakConfig.LINE_BREAK_STYLE_LOOSE; LineBreakConfig.LINE_BREAK_STYLE_NORMAL; LineBreakConfig.LINE_BREAK_STYLE_STRICT; LineBreakConfig.LINE_BREAK_STYLE_UNSPECIFIED; LineBreakConfig.LINE_BREAK_STYLE_NO_BREAK; LineBreakConfig.LINE_BREAK_STYLE_AUTO
Returns
- Attributes
Remarks
Set the line-break strategies for text wrapping.
Android reference for android.view.inputmethod.TextAppearanceInfo.Builder.setLineBreakStyle.
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.