textSelect
Use this method to turn on/off the text select tool for documents that have selectable text. When the tool is active, text can be selected using the mouse.
Syntax
RxCore.textSelect(selected)
Parameters
selected
: boolean —true
= on,false
= off.
Returns
- NA — This method does not return a value.