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

MethodDescription
getOnCloseAn action that shall be performed when the page is closed.
getOnOpenAn action that shall be performed when the page is opened.
setOnCloseAn action that shall be performed when the page is closed.
setOnOpenAn 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.