Package | Description |
---|---|
com.qoppa.pdf.annotations |
Classes representing PDF annotations.
|
Modifier and Type | Method and Description |
---|---|
RubberStamp |
IAnnotationFactory.createRubberStamp(Image image,
ImageCompression imageCompression)
Constructs a rubber stamp annotation with the given image.
|
RubberStamp |
IAnnotationFactory.createRubberStamp(IPDFPage page)
Constructs a rubber stamp annotation with the content stream from a PDF page.
|
RubberStamp |
IAnnotationFactory.createRubberStamp(String text,
Color color)
Construct a rubber stamp annotation with custom text and custom color.
|
RubberStamp |
IAnnotationFactory.createRubberStamp(String text,
Color color,
double scale)
Construct a text rubber stamp annotation.
|