* @param pageheight the page's height in points
*/
public PDFPage(int number, PDFResources resources,
- PDFStream contents, int pagewidth,
+ PDFStream contents,
+ int pagewidth,
int pageheight) {
/* generic creation of object */
this.annotList = annotList;
}
+ /**
+ * get this page's annotation list
+ *
+ * @return annotList a PDFAnnotList list of annotations
+ */
+ public PDFAnnotList getAnnotList() {
+ return this.annotList;
+ }
+
/**
* represent this object as PDF
*