public class PageActionCollection extends BaseActionCollection
Modifier and Type | Method and Description |
---|---|
PdfAction |
getOnClose()
An action that shall be performed when the page is closed.
|
PdfAction |
getOnOpen()
An action that shall be performed when the page is opened.
|
void |
setOnClose(PdfAction value)
An action that shall be performed when the page is closed.
|
void |
setOnOpen(PdfAction value)
An action that shall be performed when the page is opened.
|
removeActions
public PdfAction getOnOpen()
An action that shall be performed when the page is opened.
public void setOnOpen(PdfAction value)
An action that shall be performed when the page is opened.
value
- PdfAction valuepublic PdfAction getOnClose()
An action that shall be performed when the page is closed.
public void setOnClose(PdfAction value)
An action that shall be performed when the page is closed.
value
- PdfAction value