Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » pdf » [javadoc | source]
com.lowagie.text.pdf
public class: PdfPages [javadoc | source]
java.lang.Object
   com.lowagie.text.pdf.PdfPages
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)

Constructor:
 PdfPages(PdfWriter writer) 
    Constructs a PdfPages-object.
Method from com.lowagie.text.pdf.PdfPages Summary:
addPage,   addPage,   addPageRef,   getTopParent,   reorderPages,   setLinearMode,   writePageTree
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.pdf.PdfPages Detail:
  void addPage(PdfDictionary page) 
  void addPage(PdfIndirectReference page) 
 PdfIndirectReference addPageRef(PdfIndirectReference pageRef) 
 PdfIndirectReference getTopParent() 
 int reorderPages(int[] order) throws DocumentException 
  void setLinearMode(PdfIndirectReference topParent) 
 PdfIndirectReference writePageTree() throws IOException