# Print output for @column tags ?> Spannable.Factory - Android SDK | Android Developers

Most visited


Recently visited


Spannable.Factory

public static class Spannable.Factory
extends Object

java.lang.Object
   ↳ android.text.Spannable.Factory


Factory used by TextView to create new Spannable. You can subclass it to provide something other than SpannableString.

See also:

Summary


Public constructors

Factory()

Public methods

static Spannable.Factory getInstance()

Returns the standard Spannable Factory.

Spannable newSpannable(CharSequence source)

Returns a new SpannableString from the specified CharSequence.

Inherited methods

Public constructors


Factory

public Factory ()

Public methods


getInstance

public static Spannable.Factory getInstance ()

Returns the standard Spannable Factory.

Returns
Spannable.Factory

newSpannable

public Spannable newSpannable (CharSequence source)

Returns a new SpannableString from the specified CharSequence. You can override this to provide a different kind of Spannable.

Parameters
source CharSequence

Returns
Spannable

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.