Package | Description |
---|---|
org.faceless.pdf2.viewer2.feature |
Contains a list of all the features that are available to the PDFViewer.
|
Modifier and Type | Method and Description |
---|---|
static TextSelection.Range |
TextSelection.Range.createRange(PageExtractor.Text text)
Create a new Range that matches the specified text item
|
static TextSelection.Range |
TextSelection.Range.createRange(PageExtractor.Text first,
int firstposition,
PageExtractor.Text last,
int lastposition)
Create a new Range that covers the range of text from
first
character firstposition . to last character lastposition
inclusive. |
TextSelection.Range |
TextSelection.RangeList.get(int index) |
Constructor and Description |
---|
RangeList(TextSelection.Range range,
Comparator<PageExtractor.Text> order)
Create a RangeList containing a single
TextSelection.Range |
Constructor and Description |
---|
RangeList(List<? extends TextSelection.Range> list,
Comparator<PageExtractor.Text> order)
Create a RangeList containing a list of
TextSelection.Range objects |
Copyright © 2001-2017 Big Faceless Organization