Class PageEntry

java.lang.Object
org.apache.pdfbox.debugger.ui.PageEntry

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

    • PageEntry

      public PageEntry(org.apache.pdfbox.cos.COSDictionary page, int pageNum, String pageLabel)
  • Method Details

    • getDict

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

      public int getPageNum()
    • toString

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

      public String getPath()