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) |
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.
public PdfAction getOnClose()
An action that shall be performed when the page is closed.
public void setOnClose(PdfAction value)
Copyright © 2014 Aspose. All Rights Reserved.