com.lowagie.text.pdf
static class PdfReader.PageRefs extends Object
Field Summary | |
---|---|
int | lastPageRead |
ArrayList | pageInh |
PdfReader | reader |
ArrayList | refsn |
IntHashtable | refsp |
int | sizep |
Constructor Summary | |
---|---|
PageRefs(PdfReader reader) | |
PageRefs(PdfReader.PageRefs other, PdfReader reader) |
Method Summary | |
---|---|
PdfDictionary | getPageN(int pageNum) Gets the dictionary that represents a page. |
PdfDictionary | getPageNRelease(int pageNum) |
PRIndirectReference | getPageOrigRef(int pageNum) Gets the page reference to this page. |
PRIndirectReference | getPageOrigRefRelease(int pageNum) |
protected PRIndirectReference | getSinglePage(int n) |
void | insertPage(int pageNum, PRIndirectReference ref) |
void | iteratePages(PRIndirectReference rpage) |
void | popPageAttributes() |
void | pushPageAttributes(PdfDictionary nodePages) |
void | readPages() |
void | releasePage(int pageNum) |
void | reReadPages() |
void | resetReleasePage() |
void | selectPages(List pagesToKeep) |
int | size() |
Parameters: pageNum the page number. 1 is the first
Returns: the page dictionary
Parameters: pageNum
Returns: a dictionary object
Parameters: pageNum the page number. 1 is the first
Returns: the page reference
Parameters: pageNum
Returns: an indirect reference
Parameters: pageNum