Package | Description |
---|---|
com.foxit.gsdk | |
com.foxit.gsdk.pdf | |
com.foxit.gsdk.pdf.annots | |
com.foxit.gsdk.psi | |
com.foxit.gsdk.utils |
Modifier and Type | Method and Description |
---|---|
abstract void |
IInvalidate.invalidateRect(java.lang.Object clientData,
int objectType,
RectF rectF)
Invalidate a rectangle area.
|
Modifier and Type | Field and Description |
---|---|
RectF |
PDFTextPage.CharInfo.bbox
4 positions (left, bottom, right, top)of character's bounding box.
|
Modifier and Type | Method and Description |
---|---|
RectF |
PDFPage.calcContentBBox(int mode)
Calculate content box rectangle in PDF page.
|
RectF |
PDFTextSelection.getBBox()
Get bounding box(a rectangular area) of a PDF selected text area.
|
RectF |
PDFPage.getBox(int boxType)
Get page box which is a value of rectangle type.
|
RectF |
PDFTextSelection.getPieceRect(int index)
Get rectangular area of a specific segment, based on the result returned
by function
. |
Modifier and Type | Method and Description |
---|---|
Annot |
PDFPage.addAnnot(RectF rectf,
java.lang.String annotType,
java.lang.String filter,
int index)
Add an annotation with a specific index, by specific filter.
|
Signature |
PDFPage.addSignature(RectF rect)
Add an unsigned signature field without appearance to a specific
position in current PDF page.
|
void |
PDFPath.appendEllipse(RectF rect)
Add an ellipse figure to path data.
|
void |
PDFPath.appendRect(RectF rect)
Add a rectangle figure to path data.
|
PDFTextSelection |
PDFTextPage.selectByRectangle(RectF rect)
Get a text selection handle by specific rectangle.
|
void |
PDFPage.setBox(int boxType,
RectF pageBox)
Set page area which is a rectangle type of value.
|
Matrix |
PDFPage.transformDeviceToPage(Rect srcRect,
RectF dstRect,
int rotation)
Calculate transformation matrix from device coordinate to PDF page
coordinate.
|
Matrix |
PDFPage.transformPageToDevice(RectF srcRect,
Rect dstRect,
int rotation)
Calculate transformation matrix from PDF page coordinate to device
coordinate.
|
Modifier and Type | Method and Description |
---|---|
RectF |
Annot.getRect()
Get the rectangle of current PDF annotation in PDF page coordinations.
|
Modifier and Type | Method and Description |
---|---|
void |
Annot.move(RectF newRect)
Move current pdf annotation to a new position specified by a rectangle.
|
Modifier and Type | Method and Description |
---|---|
RectF |
PSI.getContentsRect()
Get contents rectangle of current pressure sensitive ink object.
|
Modifier and Type | Method and Description |
---|---|
Annot |
PSI.convertToPDFAnnot(RectF renderRect,
PDFPage page,
RectF annotRect)
Convert the pressure sensitive ink object to a PDF annotation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Matrix.mapRect(RectF dst,
RectF src)
Apply this matrix to the source rectangle, and write the transformed
rectangle into destination rectangle.
|
void |
RectF.set(RectF src)
Set the coordinates from source rectangle into this rectangle.
|
Constructor and Description |
---|
RectF(RectF other)
Construct a
RectF object with the values in the specified
rectangle. |