Compartir a través de


LineBreaker.JustificationModeInterWord Campo

Definición

Precaución

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

El valor del modo de justificación que indica que el texto está justificado al ampliar el espaciado de palabras.

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

Valor de campo

Value = 1
Atributos

Comentarios

El valor del modo de justificación que indica que el texto está justificado al ampliar el espaciado de palabras.

Documentación de Java para android.graphics.text.LineBreaker.JUSTIFICATION_MODE_INTER_WORD.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a