PageActionCollection
Inheritance: java.lang.Object, com.aspose.pdf.BaseActionCollection
public class PageActionCollection extends BaseActionCollection
This class describes page actions
Methods
| Method | Description |
|---|---|
| getOnOpen() | An action that shall be performed when the page is opened. |
| setOnOpen(PdfAction value) | An action that shall be performed when the page is opened. |
| getOnClose() | An action that shall be performed when the page is closed. |
| setOnClose(PdfAction value) | An action that shall be performed when the page is closed. |
getOnOpen()
public PdfAction getOnOpen()
An action that shall be performed when the page is opened.
Returns: PdfAction - PdfAction value
setOnOpen(PdfAction value)
public void setOnOpen(PdfAction value)
An action that shall be performed when the page is opened.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | PdfAction | PdfAction value |
getOnClose()
public PdfAction getOnClose()
An action that shall be performed when the page is closed.
Returns: PdfAction - PdfAction value
setOnClose(PdfAction value)
public void setOnClose(PdfAction value)
An action that shall be performed when the page is closed.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | PdfAction | PdfAction value |