| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
org.apache.fop.pdf.PDFObject | +--org.apache.fop.pdf.PDFPage
class representing a /Page object. There is one of these for every page in a PDF document. The object specifies the dimensions of the page and references a /Resources object, a contents stream and the page's parent in the page hierarchy.
Constructor Summary | |
PDFPage(int number, PDFResources resources, PDFStream contents, int pagewidth, int pageheight) create a /Page object |
Method Summary | |
void | addShading(PDFShading shading) |
PDFAnnotList | getAnnotList() get this page's annotation list |
void | setAnnotList(PDFAnnotList annotList) set this page's annotation list |
void | setParent(PDFPages parent) set this page's parent |
byte[] | toPDF() represent this object as PDF |
Methods inherited from class org.apache.fop.pdf.PDFObject |
getNumber, referencePDF |
Constructor Detail |
public PDFPage(int number, PDFResources resources, PDFStream contents, int pagewidth, int pageheight)
Method Detail |
public void addShading(PDFShading shading)
public PDFAnnotList getAnnotList()
public void setAnnotList(PDFAnnotList annotList)
public void setParent(PDFPages parent)
public byte[] toPDF()
Association Links |
to Class org.apache.fop.pdf.PDFResources
to Class org.apache.fop.pdf.PDFStream
to Class org.apache.fop.pdf.PDFAnnotList
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |