Package | Description |
---|---|
com.qoppa.pdf.annotations |
Classes representing PDF annotations.
|
Modifier and Type | Method and Description |
---|---|
Line |
IAnnotationFactory.createLine(String contents,
double x1,
double y1,
double x2,
double y2)
Constructs a line annotation with the given content.
|
Line |
IAnnotationFactory.createLine(String contents,
double x1,
double y1,
double x2,
double y2,
String intent)
Constructs a line annotation with the given content and intent.
|