Package | Description |
---|---|
com.foxit.gsdk.pdf | |
com.foxit.gsdk.pdf.annots | |
com.foxit.gsdk.pdf.form | |
com.foxit.gsdk.psi |
Modifier and Type | Method and Description |
---|---|
Annot |
PDFPage.addAnnot(android.graphics.RectF rectf,
java.lang.String annotType,
java.lang.String filter,
int index)
Add an annotation with a specific index, by specific filter.
|
Annot |
PDFPage.deserializeAnnot(Archive archive)
Deserialize the annotation.
|
Annot[] |
PDFPage.getAllAnnotsByTabOrder(java.lang.String filter)
Get annotations with specific filter by tab order,used for some android devices
which have physical keyboards.
|
Annot |
PDFPage.getAnnot(java.lang.String filter,
int index)
Get annotation with a specified index, by specific filter.
|
Annot |
PDFPage.getAnnotAtDevicePos(java.lang.String filter,
android.graphics.Matrix matrix,
android.graphics.Point pt,
float tolerance)
Get annotation at a specific position in device (in pixel), by specific
filter.
|
Annot |
PDFPage.getAnnotAtPos(java.lang.String filter,
android.graphics.PointF pt,
float tolerance)
Get annotation at a specific position in PDF page, by specific filter.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFPage.removeAnnot(Annot annot)
Remove an annotation from page.
|
void |
PDFPage.serializeAnnot(Archive archive,
Annot annot)
Serialize a annotation.
|
Progress |
PDFPage.startRenderAnnots(RenderContext context,
Renderer render,
Annot[] annots)
Render annotations on render context.
|
Modifier and Type | Class and Description |
---|---|
class |
Annot3D
Class
Annot3D represents the 3D annotation. |
class |
Caret
Class
Caret represents the PDF caret annotation. |
class |
Circle
Class
Circle represents the PDF circle annotation. |
class |
FileAttachment
Class
FileAttachment represents the PDF file attachment annotation. |
class |
FreeText
Class
FreeText represents the PDF free text annotation. |
class |
Highlight
Class
Highlight represents for Highlight annotation. |
class |
Ink
Class
Ink represents the ink annotation. |
class |
Line
Class
Line represents the line annotation. |
class |
Link
Class
Link represents the link annotation. |
class |
Markup
Class
Markup represents base class for markup annotations. |
class |
Movie
Class
Movie represents the movie annotation. |
class |
Polygon
Class
Polygon represents the polygon annotation. |
class |
Polyline
Class
Polyline represents the polyline annotation. |
class |
Popup
Class
Popup represents the popup annotation. |
class |
PrinterMark
Class
PrinterMark represents the printer's mark Annotation. |
class |
PSInk
Class
PSInk represents the PSInk Annotation. |
class |
RubberStamp
Class
RubberStamp represents the stamp annotation. |
class |
Screen
Class
Screen represents the screen annotation. |
class |
Sound
Class
Sound represents the sound annotation. |
class |
Square
Class
Square represents the square annotation. |
class |
Squiggly
Class
Squiggly represents the squiggly annotation. |
class |
StrikeOut
Class
StrikeOut represents the StrikeOut annotation. |
class |
Text
Class
Text represents the text Annotation. |
class |
TextMarkup
Class
TextMarkup represents base class for text markup
annotations. |
class |
TrapNet
Class
TrapNet represents the trap network Annotation. |
class |
UnderLine
Class
UnderLine represents the Underline annotation. |
class |
Watermark
Class
Watermark represents the watermark annotation. |
class |
Widget
Class
Widget represents the PDF widget annotation. |
Modifier and Type | Class and Description |
---|---|
class |
PDFFormControl
Class
PDFFormControl represents the PDF FormControl. |
Modifier and Type | Method and Description |
---|---|
Annot |
PSI.convertToPDFAnnot(android.graphics.RectF renderRect,
PDFPage page,
android.graphics.RectF annotRect)
Convert the pressure sensitive ink object to a PDF annotation.
|