public class PDFContext
extends java.lang.Object
Constructor and Description |
---|
PDFContext() |
Modifier and Type | Method and Description |
---|---|
void |
clearCurrentPage()
After this call, there's no current page.
|
PDFPage |
getCurrentPage() |
void |
increasePageCount()
Notifies the context to increase the page count.
|
boolean |
isPagePending() |
void |
setCurrentPage(PDFPage page)
Sets the current page
|
public boolean isPagePending()
public void clearCurrentPage()
public PDFPage getCurrentPage()
public void setCurrentPage(PDFPage page)
page
- the pagepublic void increasePageCount()
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.