Added in API level 1

AlignmentSpan

public interface AlignmentSpan
implements ParagraphStyle

android.text.style.AlignmentSpan


Span that allows defining the alignment of text at the paragraph level.

Summary

Nested classes

class AlignmentSpan.Standard

Default implementation of the AlignmentSpan

Public methods

abstract Layout.Alignment getAlignment()

Returns the alignment of the text.

Public methods

getAlignment

Added in API level 1
public abstract Layout.Alignment getAlignment ()

Returns the alignment of the text.

Returns
Layout.Alignment the text alignment