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) |
PDFWidget |
createSignature() |
void |
deleteAnnotation(PDFAnnotation annot) |
PDFAnnotation[] |
getAnnotations() |
PDFWidget[] |
getWidgets() |
boolean |
update() |
createLink, destroy, finalize, getBounds, 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()