java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pdftron.pdf.PDFViewCtrl.TextSelectionMode |
Text selection mode
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PDFViewCtrl.TextSelectionMode | RECTANGULAR | Selects all words that intersect the given selection rectangle. | |||||||||
PDFViewCtrl.TextSelectionMode | STRUCTURAL | Selects text based on the logical structure of the page. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | getValue() | ||||||||||
static PDFViewCtrl.TextSelectionMode | valueOf(String name) | ||||||||||
final static TextSelectionMode[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Selects all words that intersect the given selection rectangle.
Selects text based on the logical structure of the page. This type of selection is similar to HTML like selection in web-browsers.