다음을 통해 공유


LineBreakConfig.HyphenationEnabled Field

Definition

Caution

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

The hyphenation is enabled.

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

Field Value

Value = 1

Implements

Attributes

Remarks

The hyphenation is enabled.

Note: Even if the hyphenation is enabled with a line break strategy LineBreaker#BREAK_STRATEGY_SIMPLE, the hyphenation will not be performed unless a single word cannot meet width constraints.

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

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