Add a selection to the specified page view.
The page view object.
The selected rectangle array.
let doc = await app.getActiveDoc();let docView = await doc.getCurrentDocView();let pageView = await docView.getCurrentPageView();let textSelectTool = await TextSelectTool.create({ doc });await textSelectTool.addSelect(pageView, rectArray); Copy
let doc = await app.getActiveDoc();let docView = await doc.getCurrentDocView();let pageView = await docView.getCurrentPageView();let textSelectTool = await TextSelectTool.create({ doc });await textSelectTool.addSelect(pageView, rectArray);
Clear the selection.
Destroy the TextSelectTool object.
Get the selected text.
Returns the selected text.
If true, add line breaks between pages.
Return the selected text.
Add a selection to the specified page view.