setText

abstract fun setText(text: String): Boolean

设置文本内容。

Return

设置成功则返回 true,否则返回 false

Parameters

text

要设置的文本字符串。