Package | Description |
---|---|
com.qoppa.pdf.annotations |
Classes representing PDF annotations.
|
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<Point2D[]> quadList)
Constructs a new Redaction annotation defined by the quadList rather than it's rectangular bounds,
unless the quadList is empty.
|