Save This Page
Home » iText-2.1.7 » com.lowagie » text » pdf » [javadoc | source]
com.lowagie.text.pdf
static class: PdfReader.PageRefs [javadoc | source]
java.lang.Object
   com.lowagie.text.pdf.PdfReader$PageRefs
Constructor:
 PageRefs(PageRefs other,
    PdfReader reader) 
Method from com.lowagie.text.pdf.PdfReader$PageRefs Summary:
getPageN,   getPageNRelease,   getPageOrigRef,   getPageOrigRefRelease,   getSinglePage,   insertPage,   keepPages,   reReadPages,   readPages,   releasePage,   resetReleasePage,   size
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.pdf.PdfReader$PageRefs Detail:
 public PdfDictionary getPageN(int pageNum) 
    Gets the dictionary that represents a page.
 public PdfDictionary getPageNRelease(int pageNum) 
 public PRIndirectReference getPageOrigRef(int pageNum) 
    Gets the page reference to this page.
 public PRIndirectReference getPageOrigRefRelease(int pageNum) 
 protected PRIndirectReference getSinglePage(int n) 
  void insertPage(int pageNum,
    PRIndirectReference ref) 
  void keepPages() 
  void reReadPages() throws IOException 
  void readPages() throws IOException 
 public  void releasePage(int pageNum) 
 public  void resetReleasePage() 
 int size()