| java.lang.Object |
| ↳ |
com.pdftron.pdf.dialog.annotlist.AnnotationListUtil |
Class Overview
Utility class for fetching annotations in PDFViewCtrl.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
boolean
|
equals(Object arg0)
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
Public Constructors
public
AnnotationListUtil
()
Public Methods
public
static
from
(PDFViewCtrl pdfViewCtrl, ArrayList<Integer> excludedAnnotationListTypes)
Create an Observable that retrieves all annotations in a PDFViewCtrl, and
emits a list of annotations one page at a time.
Parameters
| pdfViewCtrl |
the PDFViewCtrl to obtain |
Returns
- observable that emits annotations each page at a time.