public static final enum

PDFViewCtrl.TextSelectionMode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pdftron.pdf.PDFViewCtrl.TextSelectionMode

Class Overview

Text selection mode

Summary

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

Enum Values

public static final PDFViewCtrl.TextSelectionMode RECTANGULAR

Selects all words that intersect the given selection rectangle.

public static final PDFViewCtrl.TextSelectionMode STRUCTURAL

Selects text based on the logical structure of the page. This type of selection is similar to HTML like selection in web-browsers.

Public Methods

public int getValue ()

public static PDFViewCtrl.TextSelectionMode valueOf (String name)

public static final TextSelectionMode[] values ()