public interface IPageLayoutCallback
It is possible to build page layout model for only a few pages at start of the document then abort process and render only what has been built already.
Note, however, that rendering results may not match what would be rendered for each page if process would have finished.
This technique may not work for every document or may fail completely.
| Modifier and Type | Method and Description |
|---|---|
void |
notify(PageLayoutCallbackArgs args)
This is called to notify of layout build and rendering progress.
|
void notify(PageLayoutCallbackArgs args) throws java.lang.Exception
args - An argument of the event.java.lang.Exception