public class PDFContext
extends java.lang.Object
| Constructor | Description |
|---|---|
PDFContext() |
| Modifier and Type | Method | 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-2016 The Apache Software Foundation. All Rights Reserved.