|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PdfPageActions
A PDF page can have an open and/or close action.
| Method Summary | |
|---|---|
void |
setDuration(int seconds)
Sets the display duration for the page (for presentations) |
void |
setPageAction(PdfName actionType,
PdfAction action)
Sets the open and close page additional action. |
void |
setTransition(PdfTransition transition)
Sets the transition for the page |
| Method Detail |
|---|
void setPageAction(PdfName actionType,
PdfAction action)
throws DocumentException
actionType - the action type. It can be PdfWriter.PAGE_OPEN
or PdfWriter.PAGE_CLOSEaction - the action to perform
DocumentException - if the action type is invalidvoid setDuration(int seconds)
seconds - the number of seconds to display the pagevoid setTransition(PdfTransition transition)
transition - the Transition object
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||