Class: UITextView
This page documents the methods and fields available in the UITextView class.
Members
| Signature | Description |
|---|---|
UITextView() | Creates a new instance of UITextView. |
getColor() | Returns the current color. |
getFont() | Returns the current font. |
getText() | Returns the current text. |
getTextSize() | Returns the current text size. |
setColor(Color) | Sets or updates the color. |
setFont(Font) | Sets or updates the font. |
setText(String) | Sets or updates the text. |
setTextSize(float) | Sets or updates the text size. |