Freigeben über


LineBreaker.JustificationModeInterWord Feld

Definition

Achtung

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

Wert für den Begründungsmodus, der angibt, dass der Text durch Strecken des Wortabstands gerechtfertigt ist.

[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

Feldwert

Value = 1
Attribute

Hinweise

Wert für den Begründungsmodus, der angibt, dass der Text durch Strecken des Wortabstands gerechtfertigt ist.

Java-Dokumentation für android.graphics.text.LineBreaker.JUSTIFICATION_MODE_INTER_WORD.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: