getContent method

String getContent()

get content of SpecialText

Implementation

String getContent() {
  return _content.toString();
}