Package com.aowagie.text.pdf
Class PdfPages
- java.lang.Object
-
- com.aowagie.text.pdf.PdfPages
-
class PdfPages extends java.lang.Object
PdfPages
is the PDF Pages-object.The Pages of a document are accessible through a tree of nodes known as the Pages tree. This tree defines the ordering of the pages in the document.
This object is described in the 'Portable Document Format Reference Manual version 1.3' section 6.3 (page 71-73)- See Also:
PdfPage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
addPage(PdfDictionary page)
(package private) PdfIndirectReference
addPageRef(PdfIndirectReference pageRef)
(package private) PdfIndirectReference
writePageTree()
-
-
-
Field Detail
-
pages
private final java.util.ArrayList pages
-
parents
private final java.util.ArrayList parents
-
leafSize
private final int leafSize
- See Also:
- Constant Field Values
-
writer
private final PdfWriter writer
-
topParent
private PdfIndirectReference topParent
-
-
Constructor Detail
-
PdfPages
PdfPages(PdfWriter writer)
Constructs aPdfPages
-object.
-
-
Method Detail
-
addPage
void addPage(PdfDictionary page)
-
addPageRef
PdfIndirectReference addPageRef(PdfIndirectReference pageRef)
-
writePageTree
PdfIndirectReference writePageTree() throws java.io.IOException
- Throws:
java.io.IOException
-
-