Example usage for Java android.text SpannedString fields, constructors, methods, implement or subclass
The text is from its open source code.
SpannedString(CharSequence source) For the backward compatibility reasons, this constructor copies all spans including android.text.NoCopySpan . |
String | toString() Returns a string containing the characters in this sequence in the same order as this sequence. |
SpannedString | valueOf(CharSequence source) |