Class Tools.TextSelectTool
Extends
Tools.TextTool.
Represents a tool for DocumentViewer's built-in text selection.
Constructor Attributes | Constructor Name and Description |
---|---|
Tools.TextSelectTool(docViewer)
|
- Fields borrowed from class Tools.TextTool:
- SELECTION_MODE
- Fields borrowed from class Tools.Tool:
- docViewer, pageCoordinates
- Methods borrowed from class Tools.TextTool:
- select
- Methods borrowed from class Tools.Tool:
- getDocumentViewer
- Events borrowed from class Tools.TextTool:
- textSelected
- Events borrowed from class Tools.Tool:
- contextMenu, keyDown, mouseDoubleClick, mouseLeftDown, mouseLeftUp, mouseMove, switchIn, switchOut
Class Detail
Tools.TextSelectTool(docViewer)
- Parameters:
- {CoreControls.DocumentViewer} docViewer
- an instance of DocumentViewer.