Java android.text SpannedString fields, constructors, methods, implement or subclass

Example usage for Java android.text SpannedString fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.text SpannedString.

The text is from its open source code.

Constructor

SpannedString(CharSequence source)
For the backward compatibility reasons, this constructor copies all spans including android.text.NoCopySpan .

Method

StringtoString()
Returns a string containing the characters in this sequence in the same order as this sequence.
SpannedStringvalueOf(CharSequence source)