| java.lang.Object | |
| ↳ | com.pdftron.pdf.PDFViewCtrl.Selection |
Class that represents the current text selection by PDFViewCtrl.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String |
getAsHtml()
Gets the selected text as an html String.
| ||||||||||
| String |
getAsUnicode()
Gets the selected text as a unicode String.
| ||||||||||
| int |
getPageNum()
Gets the count of pages that contain selected text.
| ||||||||||
| double[] |
getQuads()
Returns the list of the tight bounding quadrangles in the current
text selection.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the selected text as an html String.
Gets the selected text as a unicode String.
Gets the count of pages that contain selected text.
Returns the list of the tight bounding quadrangles in the current text selection.