Package org.apache.pdfbox.debugger.ui
Class PageEntry
- java.lang.Object
-
- org.apache.pdfbox.debugger.ui.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()
-