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