public class PDFPage extends Page
Modifier and Type | Field and Description |
---|---|
static int |
REDACT_IMAGE_NONE |
static int |
REDACT_IMAGE_PIXELS |
static int |
REDACT_IMAGE_REMOVE |
Modifier and Type | Method and Description |
---|---|
PDFWidget |
activateWidgetAt(float pageX,
float pageY) |
boolean |
applyRedactions() |
boolean |
applyRedactions(boolean blackBoxes,
int imageMethod) |
PDFAnnotation |
createAnnotation(int subtype) |
Link |
createLinkFit(Rect bbox,
int page) |
Link |
createLinkFitB(Rect bbox,
int page) |
Link |
createLinkFitBH(Rect bbox,
int page,
float y) |
Link |
createLinkFitBV(Rect bbox,
int page,
float x) |
Link |
createLinkFitH(Rect bbox,
int page,
float y) |
Link |
createLinkFitR(Rect bbox,
int page,
float x,
float y,
float w,
float h) |
Link |
createLinkFitV(Rect bbox,
int page,
float x) |
Link |
createLinkXYZ(Rect bbox,
int page,
float x,
float y,
float zoom) |
PDFWidget |
createSignature() |
void |
deleteAnnotation(PDFAnnotation annot) |
PDFAnnotation[] |
getAnnotations() |
Matrix |
getTransform() |
PDFWidget[] |
getWidgets() |
boolean |
update() |
createLink, createLink, deleteLink, destroy, finalize, getBounds, getDocument, getLinks, run, run, runPageAnnots, runPageContents, runPageWidgets, search, textAsHtml, toDisplayList, toDisplayList, toPixmap, toPixmap, toStructuredText, toStructuredText
public static final int REDACT_IMAGE_NONE
public static final int REDACT_IMAGE_REMOVE
public static final int REDACT_IMAGE_PIXELS
public PDFAnnotation[] getAnnotations()
public PDFAnnotation createAnnotation(int subtype)
public void deleteAnnotation(PDFAnnotation annot)
public boolean applyRedactions(boolean blackBoxes, int imageMethod)
public boolean applyRedactions()
public boolean update()
public PDFWidget[] getWidgets()
public PDFWidget activateWidgetAt(float pageX, float pageY)
public PDFWidget createSignature()
public Matrix getTransform()