Replace the content of this Text. If the new content
is immutable (read-only) then you might consider setting the
'copy' parameter to false. Doing so will avoid allocating
heap-space for the content until it is modified via one of
these methods. This can be useful when wrapping an array
"temporarily" with a stack-based Text.
Replace the content of this Text. If the new content is immutable (read-only) then you might consider setting the 'copy' parameter to false. Doing so will avoid allocating heap-space for the content until it is modified via one of these methods. This can be useful when wrapping an array "temporarily" with a stack-based Text.
Also resets the curent selection to null