| com.lowagie.text.pdf.interfaces.PdfPageActions
All known Subclasses: com.lowagie.text.pdf.PdfWriter,
PdfPageActions | public interface PdfPageActions (Code) | | A PDF page can have an open and/or close action.
|
setDuration | public void setDuration(int seconds)(Code) | | Sets the display duration for the page (for presentations)
Parameters: seconds - the number of seconds to display the page |
setPageAction | public void setPageAction(PdfName actionType, PdfAction action) throws DocumentException(Code) | | Sets the open and close page additional action.
Parameters: actionType - the action type. It can be PdfWriter.PAGE_OPEN or PdfWriter.PAGE_CLOSE Parameters: action - the action to perform throws: DocumentException - if the action type is invalid |
setTransition | public void setTransition(PdfTransition transition)(Code) | | Sets the transition for the page
Parameters: transition - the Transition object |
|
|