- ObjsAlignWord(int, int) - Method in class com.radaee.pdf.Page
-
get index aligned by word.
- ObjsGetCharCount() - Method in class com.radaee.pdf.Page
-
get chars count in this page.
- ObjsGetCharFontName(int) - Method in class com.radaee.pdf.Page
-
get char's font name.
- ObjsGetCharIndex(float[]) - Method in class com.radaee.pdf.Page
-
get char index nearest to point
- ObjsGetCharRect(int, float[]) - Method in class com.radaee.pdf.Page
-
get char's box in PDF coordinate system, this can be invoked after ObjsStart
- ObjsGetString(int, int) - Method in class com.radaee.pdf.Page
-
get string from range.
- ObjsStart() - Method in class com.radaee.pdf.Page
-
get text objects to memory.
- onAnnotComboBox(int, String[], float, float, float, float) - Method in interface com.radaee.pdfex.PDFView.PDFAnnotListener
-
fired when combo-box is clicked
- onAnnotDragStart(boolean, boolean) - Method in interface com.radaee.pdfex.PDFView.PDFAnnotListener
-
fired when an annotation is selected.
- onAnnotEditBox(int, String, float, float, float, float, float) - Method in interface com.radaee.pdfex.PDFView.PDFAnnotListener
-
fired when an edit-box is clicked.
- onAnnotEnd() - Method in interface com.radaee.pdfex.PDFView.PDFAnnotListener
-
fired when an annotation is unselected.
- onAnnotUpdate() - Method in interface com.radaee.pdfex.PDFView.PDFAnnotListener
-
fired when an annotation is updated in memory.
- onClickPage(int) - Method in interface com.radaee.pdfex.ThumbView.ThumbListener
-
fired when user click a thumb image
- OnDown(float, float) - Method in class com.radaee.pdf.HWriting
-
call when click down
- OnDown(float, float) - Method in class com.radaee.pdf.Ink
-
call when click down
- OnDown(float, float) - Method in class com.radaee.pdf.PDFV
-
invoke this when press down
- OnDraw(int) - Method in class com.radaee.pdf.HWriting
-
draw to locked bitmap handle.
- OnDraw(Canvas) - Method in class com.radaee.pdf.Ink
-
draw to canvas
- onDraw(Canvas) - Method in class com.radaee.pdfex.ThumbView
-
- onFound(boolean) - Method in interface com.radaee.pdfex.PDFView.PDFViewListener
-
fired when find returned
- onHold() - Method in interface com.radaee.pdfex.ThumbView.ThumbListener
-
- onInvalidate() - Method in interface com.radaee.pdfex.PDFView.PDFViewListener
-
fired when the view need redraw.
- OnMove(float, float) - Method in class com.radaee.pdf.HWriting
-
call when moving
- OnMove(float, float) - Method in class com.radaee.pdf.Ink
-
call when moving
- OnMove(float, float) - Method in class com.radaee.pdf.PDFV
-
invoke this when touch moving
- onOpen3D(String) - Method in interface com.radaee.pdfex.PDFView.PDFViewListener
-
fired when a 3D object to be opened.
- onOpenAttachment(String) - Method in interface com.radaee.pdfex.PDFView.PDFViewListener
-
fired when an attachment to be opened.
- onOpenMovie(String) - Method in interface com.radaee.pdfex.PDFView.PDFViewListener
-
fired when a movie to be opened.
- onOpenSound(int[], String) - Method in interface com.radaee.pdfex.PDFView.PDFViewListener
-
fired when an audio to be opened.
if paras[0] == 0 means formatted audio file (mp3/wav/midi/...)
- onOpenURL(String) - Method in interface com.radaee.pdfex.PDFView.PDFViewListener
-
fired when an URL link to be opened.
- onPageChanged(int) - Method in interface com.radaee.pdfex.PDFView.PDFViewListener
-
fired when page NO.
- onPageDisplayed(PDFView.PDFPageDispPara) - Method in interface com.radaee.pdfex.PDFView.PDFViewListener
-
fired when a page displayed in view.
- onPressDown() - Method in interface com.radaee.pdfex.ThumbView.ThumbListener
-
- onPressUp() - Method in interface com.radaee.pdfex.ThumbView.ThumbListener
-
- onSelDisplayed(PDFView.PDFSelDispPara) - Method in interface com.radaee.pdfex.PDFView.PDFViewListener
-
fired when text selection displayed.
- onSelectEnd(String) - Method in interface com.radaee.pdfex.PDFView.PDFViewListener
-
fired when text selected.
- onSelectStart() - Method in interface com.radaee.pdfex.PDFView.PDFViewListener
-
fired when long pressed, and start text selection.
- onSingleTap(float, float) - Method in interface com.radaee.pdfex.PDFView.PDFViewListener
-
fired when single taped
- onSubmit(String, String) - Method in interface com.radaee.pdfex.PDFView.PDFViewListener
-
- onTouchEvent(MotionEvent) - Method in class com.radaee.pdfex.ThumbView
-
- OnUp(float, float) - Method in class com.radaee.pdf.HWriting
-
call when click up
- OnUp(float, float) - Method in class com.radaee.pdf.Ink
-
call when click up
- OnUp(float, float) - Method in class com.radaee.pdf.PDFV
-
invoke this when touch up
- Open(String, String) - Method in class com.radaee.pdf.Document
-
open document.
first time, SDK try password as user password, and then try password as owner password.
- Open(int, Document, int) - Method in class com.radaee.pdf.PDFV
-
create a view object from Document object
- OpenMem(byte[], String) - Method in class com.radaee.pdf.Document
-
open document in memory.
- OpenOrCreate(String) - Method in class com.radaee.pdf.BMDatabase
-
open exist database file or create it if not exist.