com.lowagie.text.pdf
Class PdfPages

java.lang.Object
  extended by com.lowagie.text.pdf.PdfPages

public 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



iText 2.1.7