Package com.aowagie.text.pdf.interfaces
Interface PdfPageActions
- All Known Implementing Classes:
FdfWriter.Wrt,PdfCopy,PdfCopyFieldsImp,PdfStamperImp,PdfWriter
public interface PdfPageActions
A PDF page can have an open and/or close action.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetDuration(int seconds) Sets the display duration for the page (for presentations)voidsetTransition(PdfTransition transition) Sets the transition for the page
-
Method Details
-
setDuration
void setDuration(int seconds) Sets the display duration for the page (for presentations)- Parameters:
seconds- the number of seconds to display the page
-
setTransition
Sets the transition for the page- Parameters:
transition- the Transition object
-