ParcelableSpan
public
interface
ParcelableSpan
implements
Parcelable
android.text.ParcelableSpan
|
Known Indirect Subclasses
AbsoluteSizeSpan,
AlignmentSpan.Standard,
Annotation,
BackgroundColorSpan,
BulletSpan,
EasyEditSpan,
ForegroundColorSpan,
LeadingMarginSpan.Standard,
LocaleSpan,
QuoteSpan,
RelativeSizeSpan,
ScaleXSpan,
StrikethroughSpan,
StyleSpan,
and
7 others.
|
A special kind of Parcelable for objects that will serve as text spans.
This can only be used by code in the framework; it is not intended for
applications to implement their own Parcelable spans.
Summary
Public methods |
abstract
int
|
getSpanTypeId()
Return a special type identifier for this span class.
|
Public methods
getSpanTypeId
int getSpanTypeId ()
Return a special type identifier for this span class.