Package org.apache.pdfbox.debugger.ui
Class DocumentEntry
- java.lang.Object
-
- org.apache.pdfbox.debugger.ui.DocumentEntry
-
public class DocumentEntry extends java.lang.ObjectRepresents an abstract view of a document in the tree view.- Author:
- John Hewson
-
-
Constructor Summary
Constructors Constructor Description DocumentEntry(org.apache.pdfbox.pdmodel.PDDocument doc, java.lang.String filename)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PageEntrygetPage(int index)intgetPageCount()intindexOf(PageEntry page)java.lang.StringtoString()
-