Package com.aowagie.text.pdf.interfaces
Interface PdfDocumentActions
- All Known Implementing Classes:
FdfWriter.Wrt,PdfCopy,PdfCopyFieldsImp,PdfStamperImp,PdfWriter
public interface PdfDocumentActions
A PDF document can have an open action and other additional actions.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetOpenAction(PdfAction action) When the document opens thisactionwill be invoked.voidsetOpenAction(String name) When the document opens it will jump to the destination with this name.
-
Method Details
-
setOpenAction
When the document opens it will jump to the destination with this name.- Parameters:
name- the name of the destination to jump to
-
setOpenAction
When the document opens thisactionwill be invoked.- Parameters:
action- the action to be invoked
-