Class DocumentEntry

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

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

    • DocumentEntry

      public DocumentEntry(org.apache.pdfbox.pdmodel.PDDocument doc, String filename)
  • Method Details

    • getPageCount

      public int getPageCount()
    • getPage

      public PageEntry getPage(int index)
    • indexOf

      public int indexOf(PageEntry page)
    • toString

      public String toString()
      Overrides:
      toString in class Object