Idioma

LineBreakConfig.HyphenationEnabled Campo

Definição

Cuidado

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

A hifenização está habilitada.

[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

Valor do campo

Value = 1

Implementações

Atributos

Comentários

A hifenização está habilitada.

Observação: mesmo se a hifenização estiver habilitada com uma estratégia LineBreaker#BREAK_STRATEGY_SIMPLEde quebra de linha, a hifenização não será executada, a menos que uma única palavra não possa atender às restrições de largura.

Java documentação para android.graphics.text.LineBreakConfig.HYPHENATION_ENABLED.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a