Added in API level 1

WrapTogetherSpan


interface WrapTogetherSpan : ParagraphStyle
LeadingMarginSpan.LeadingMarginSpan2

An extended version of LeadingMarginSpan, which allows the implementor to specify the number of lines of the paragraph to which this object is attached that the "first line of paragraph" margin width will be applied to.

LineHeightSpan

The classes that affect the line height of paragraph should implement this interface.

DrawableMarginSpan

A span which adds a drawable and a padding to the paragraph it's attached to.

IconMarginSpan

Paragraph affecting span, that draws a bitmap at the beginning of a text.

LineHeightSpan.Standard

Default implementation of the LineHeightSpan, which changes the line height of the attached paragraph.

LineHeightSpan.WithDensity

The classes that affect the line height of paragraph with respect to density, should implement this interface.

Summary