Since: API Level 1
package

android.text.style

Classes | Description

Provides classes used to view or change the style of a span of text in a View object.

more...

Interfaces

AlignmentSpan 
LeadingMarginSpanA paragraph style affecting the leading margin. 
LeadingMarginSpan.LeadingMarginSpan2An extended version of LeadingMarginSpan, which allows the implementor to specify the number of lines of text to which this object is attached that the "first line of paragraph" margin width will be applied to. 
LineBackgroundSpan 
LineHeightSpan 
LineHeightSpan.WithDensity 
ParagraphStyleThe classes that affect paragraph-level text formatting implement this interface. 
TabStopSpanRepresents a single tab stop on a line. 
UpdateAppearanceThe classes that affect character-level text in a way that modifies their appearance when one is added or removed must implement this interface. 
UpdateLayoutThe classes that affect character-level text formatting in a way that triggers a text layout update when one is added or removed must implement this interface. 
WrapTogetherSpan 

Classes

AbsoluteSizeSpan 
AlignmentSpan.Standard 
BackgroundColorSpan 
BulletSpan 
CharacterStyleThe classes that affect character-level text formatting extend this class. 
ClickableSpanIf an object of this type is attached to the text of a TextView with a movement method of LinkMovementMethod, the affected spans of text can be selected. 
DrawableMarginSpan 
DynamicDrawableSpan 
ForegroundColorSpan 
IconMarginSpan 
ImageSpan 
LeadingMarginSpan.StandardThe standard implementation of LeadingMarginSpan, which adjusts the margin but does not do any rendering. 
MaskFilterSpan 
MetricAffectingSpanThe classes that affect character-level text formatting in a way that changes the width or height of characters extend this class. 
QuoteSpan 
RasterizerSpan 
RelativeSizeSpan 
ReplacementSpan 
ScaleXSpan 
StrikethroughSpan 
StyleSpanDescribes a style in a span. 
SubscriptSpan 
SuperscriptSpan 
TabStopSpan.StandardThe default implementation of TabStopSpan. 
TextAppearanceSpanSets the text color, size, style, and typeface to match a TextAppearance resource. 
TypefaceSpanChanges the typeface family of the text to which the span is attached. 
UnderlineSpan 
URLSpan