com.lowagie.text.pdf.interfaces
public interface PdfDocumentActions
Method Summary | |
---|---|
void | setAdditionalAction(PdfName actionType, PdfAction action)
Additional-actions defining the actions to be taken in
response to various trigger events affecting the document
as a whole. |
void | setOpenAction(String name)
When the document opens it will jump to the destination with
this name. |
void | setOpenAction(PdfAction action)
When the document opens this action will be
invoked. |
DOCUMENT_CLOSE
,
WILL_SAVE
, DID_SAVE
, WILL_PRINT
and DID_PRINT
.
Parameters: actionType the action type action the action to execute in response to the trigger
Throws: DocumentException on invalid action type
Parameters: name the name of the destination to jump to
action
will be
invoked.Parameters: action the action to be invoked