Interface | Description |
---|---|
AlignmentSpan | |
LeadingMarginSpan |
A paragraph style affecting the leading margin.
|
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. |
LineBackgroundSpan | |
LineHeightSpan | |
LineHeightSpan.WithDensity | |
ParagraphStyle |
The classes that affect paragraph-level text formatting implement
this interface.
|
TabStopSpan |
Represents a single tab stop on a line.
|
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 |
Class | Description |
---|---|
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 | |
EasyEditSpan |
Provides an easy way to edit a portion of text.
|
ForegroundColorSpan | |
IconMarginSpan | |
ImageSpan | |
LeadingMarginSpan.Standard |
The standard implementation of LeadingMarginSpan, which adjusts the
margin but does not do any rendering.
|
LocaleSpan |
Changes the
Locale of the text to which the span is attached. |
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 | |
SpellCheckSpan |
A SpellCheckSpan is an internal data structure created by the TextView's SpellChecker to
annotate portions of the text that are about to or currently being spell checked.
|
StrikethroughSpan | |
StyleSpan |
Describes a style in a span.
|
SubscriptSpan | |
SuggestionRangeSpan |
A SuggestionRangeSpan is used to show which part of an EditText is affected by a suggestion
popup window.
|
SuggestionSpan |
Holds suggestion candidates for the text enclosed in this span.
|
SuperscriptSpan | |
TabStopSpan.Standard |
The default implementation of TabStopSpan.
|
TextAppearanceSpan |
Sets the text color, size, style, and typeface to match a TextAppearance
resource.
|
TtsSpan |
A span that supplies additional meta-data for the associated text intended
for text-to-speech engines.
|
TtsSpan.Builder<C extends TtsSpan.Builder<?>> |
A simple builder for TtsSpans.
|
TtsSpan.CardinalBuilder |
A builder for TtsSpans of type
TtsSpan.TYPE_CARDINAL . |
TtsSpan.DateBuilder |
A builder for TtsSpans of type
TtsSpan.TYPE_DATE . |
TtsSpan.DecimalBuilder |
A builder for TtsSpans of type
TtsSpan.TYPE_DECIMAL . |
TtsSpan.DigitsBuilder |
A builder for TtsSpans of type
TtsSpan.TYPE_DIGITS . |
TtsSpan.ElectronicBuilder |
A builder for TtsSpans of type
TtsSpan.TYPE_ELECTRONIC . |
TtsSpan.FractionBuilder |
A builder for TtsSpans of type
TtsSpan.TYPE_FRACTION . |
TtsSpan.MeasureBuilder |
A builder for TtsSpans of type
TtsSpan.TYPE_MEASURE . |
TtsSpan.MoneyBuilder |
A builder for TtsSpans of type
TtsSpan.TYPE_MONEY . |
TtsSpan.OrdinalBuilder |
A builder for TtsSpans of type
TtsSpan.TYPE_ORDINAL . |
TtsSpan.SemioticClassBuilder<C extends TtsSpan.SemioticClassBuilder<?>> |
A builder for TtsSpans, has setters for morphosyntactic features.
|
TtsSpan.TelephoneBuilder |
A builder for TtsSpans of type
TtsSpan.TYPE_TELEPHONE . |
TtsSpan.TextBuilder |
A builder for TtsSpans of type
TtsSpan.TYPE_TEXT . |
TtsSpan.TimeBuilder |
A builder for TtsSpans of type
TtsSpan.TYPE_TIME . |
TtsSpan.VerbatimBuilder |
A builder for TtsSpans of type
TtsSpan.TYPE_VERBATIM . |
TypefaceSpan |
Changes the typeface family of the text to which the span is attached.
|
UnderlineSpan | |
URLSpan |