Package | Description |
---|---|
com.foxit.gsdk.pdf |
Modifier and Type | Method and Description |
---|---|
PDFTextSelection |
PDFTextSearch.getSelection()
Get a
PDFTextSelection from a text search when a match is
found. |
PDFTextSelection |
PDFTextLink.getSelection(int linkIndex)
Get a
PDFTextSelection handle from a specific hyperlink. |
PDFTextSelection |
PDFTextPage.selectByRange(int start,
int count)
Get a text selection handle by specific character range.
|
PDFTextSelection |
PDFTextPage.selectByRectangle(RectF rect)
Get a text selection handle by specific rectangle.
|