Class PageEntry


  • public class PageEntry
    extends java.lang.Object
    Represents an abstract view of a page in the tree view.
    Author:
    John Hewson
    • Constructor Summary

      Constructors 
      Constructor Description
      PageEntry​(org.apache.pdfbox.cos.COSDictionary page, int pageNum, java.lang.String pageLabel)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.pdfbox.cos.COSDictionary getDict()  
      int getPageNum()  
      java.lang.String getPath()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PageEntry

        public PageEntry​(org.apache.pdfbox.cos.COSDictionary page,
                         int pageNum,
                         java.lang.String pageLabel)
    • Method Detail

      • getDict

        public org.apache.pdfbox.cos.COSDictionary getDict()
      • getPageNum

        public int getPageNum()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getPath

        public java.lang.String getPath()