Package | Description |
---|---|
com.qoppa.pdf.annotations |
Classes representing PDF annotations.
|
com.qoppa.pdfEditor |
PDFEditorBean, toolbar and related classes.
|
com.qoppa.pdfProcess |
jPDFProcess main classes, used to manipulate PDF documents and pages.
|
Modifier and Type | Method and Description |
---|---|
Redaction |
IAnnotationFactory.createRedaction(String contents)
Constructs a Redaction annotation with the given content.
|
Redaction |
IAnnotationFactory.createRedaction(String contents,
Vector quadList)
Constructs a new Redaction annotation defined by the quadList rather than it's rectangular bounds,
unless the quadList is empty.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFEditorBean.applyRedactionAnnotation(Redaction redaction)
Apply the redaction annotation to the document.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PDFPage.applyRedactionAnnotation(Redaction redactionAnnot)
This method will apply or "burn in" the redaction annotation.
|