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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
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.