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  
LeadingMarginSpan  
LineBackgroundSpan  
LineHeightSpan  
ParagraphStyle The classes that affect paragraph-level text formatting implement this interface. 
TabStopSpan  
UpdateAppearance The classes that affect character-level text in a way that modifies their appearance when one is added or removed must implement this interface. 
UpdateLayout The 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  
CharacterStyle The classes that affect character-level text formatting extend this class. 
ClickableSpan If 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.Standard  
MaskFilterSpan  
MetricAffectingSpan The 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  
StyleSpan Describes a style in a span. 
SubscriptSpan  
SuperscriptSpan  
TabStopSpan.Standard  
TextAppearanceSpan Sets the text color, size, style, and typeface to match a TextAppearance resource. 
TypefaceSpan Changes the typeface family of the text to which the span is attached. 
UnderlineSpan  
URLSpan