public interface RenderListener
| Modifier and Type | Method and Description |
|---|---|
void |
afterPage(RenderContext renderContext)
Called after any rendering is performed to the page.
|
void |
beforePage(RenderContext renderContext)
Called before any rendering is performed to the page.
|
void beforePage(RenderContext renderContext) throws IOException
renderContext - the context providing all rendering state.IOException - by pdfbox.void afterPage(RenderContext renderContext) throws IOException
renderContext - the context providing all rendering state.IOException - by pdfbox.Copyright © 2022. All rights reserved.