setTextType method

void setTextType(
  1. SpecialTextType textType
)

Implementation

void setTextType(SpecialTextType textType) {
  _textType = textType;
}