Package | Description |
---|---|
com.foxit.gsdk.pdf.annots |
Modifier and Type | Method and Description |
---|---|
Annot.QuadpointsF[] |
TextMarkup.getQuadPoints()
Get quadrilateral points of current text markup annotation.
|
Annot.QuadpointsF[] |
Link.getQuadPoints()
Get quadrilaterals points of current link annotation.
|
Modifier and Type | Method and Description |
---|---|
void |
TextMarkup.setQuadPoints(Annot.QuadpointsF[] quadPoints)
Set quadrilaterals points of current text markup annotation.
|
void |
Link.setQuadPoints(Annot.QuadpointsF[] quadPoints)
Set quadrilaterals points of current link annotation.
|