Spannable Text on a label

A Label component wraps an Android TextView, so if you have a reference to a Label you can call getView() on it to get the underlying view and then cast that to TextView.