Android.Text.SpannableStringBuilder: Constructor Members

The constructors of Android.Text.SpannableStringBuilder are listed below. For a list of all members, see the SpannableStringBuilder Members list.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Create a new SpannableStringBuilder with empty contents
Create a new SpannableStringBuilder containing a copy of the specified text, including its spans if any.
Create a new SpannableStringBuilder containing a copy of the specified text, including its spans if any.
Create a new SpannableStringBuilder containing a copy of the specified slice of the specified text, including its spans if any.
Create a new SpannableStringBuilder containing a copy of the specified slice of the specified text, including its spans if any.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.