public class PDFContext extends 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 © 2025 Apache Software Foundation. All rights reserved.