Język

JustificationMode Enum

Definition

public enum JustificationMode
type JustificationMode = 
Inheritance
JustificationMode

Fields

Name Value Description
None 0

Value for justification mode indicating no justification.

Android reference for android.text.Layout.JUSTIFICATION_MODE_NONE.

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.

InterWord 1

Value for justification mode indicating the text is justified by stretching word spacing.

Android reference for android.text.Layout.JUSTIFICATION_MODE_INTER_WORD.

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.

InterCharacter 2

Value for justification mode indicating the text is justified by stretching letter spacing.

Android reference for android.text.Layout.JUSTIFICATION_MODE_INTER_CHARACTER.

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.

Remarks

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