|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NewPageHandler
Name: NewPageHandler
Description: Handles new page requests.
Method Summary | |
---|---|
com.lowagie.text.Document |
handleNewPage(com.lowagie.text.Rectangle size,
com.lowagie.text.Rectangle margins)
Handles a new page request. |
Method Detail |
---|
com.lowagie.text.Document handleNewPage(com.lowagie.text.Rectangle size, com.lowagie.text.Rectangle margins) throws DocumentHandlerException
size
- The new document size, null if the size should remain the same.margins
- The new document margins, null if the margins should remain the same.
DocumentHandlerException
- In case something went wrong.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |