Langue

Layout.Builder.SetHyphenationFrequency(Int32) Method

Definition

Set the hyphenation frequency.

[Android.Runtime.Register("setHyphenationFrequency", "(I)Landroid/text/Layout$Builder;", "", ApiSince=35)]
public Android.Text.Layout.Builder SetHyphenationFrequency(int hyphenationFrequency);
[<Android.Runtime.Register("setHyphenationFrequency", "(I)Landroid/text/Layout$Builder;", "", ApiSince=35)>]
member this.SetHyphenationFrequency : int -> Android.Text.Layout.Builder

Parameters

hyphenationFrequency
Int32

a hyphenation frequency. Value is one of the following: Layout.HYPHENATION_FREQUENCY_NORMAL; Layout.HYPHENATION_FREQUENCY_NORMAL_FAST; Layout.HYPHENATION_FREQUENCY_FULL; Layout.HYPHENATION_FREQUENCY_FULL_FAST; Layout.HYPHENATION_FREQUENCY_NONE

Returns

this builder instance. This value cannot be null.

Attributes

Remarks

Set the hyphenation frequency. The default value is Layout.HYPHENATION_FREQUENCY_NONE.

Android reference for android.text.Layout.Builder.setHyphenationFrequency.

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