com.lowagie.text.pdf.interfaces
public interface PdfPageActions
| 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 |
Parameters: seconds the number of seconds to display the page
Parameters: actionType the action type. It can be PdfWriter.PAGE_OPEN
or PdfWriter.PAGE_CLOSE action the action to perform
Throws: DocumentException if the action type is invalid
Parameters: transition the Transition object