public final class LaunchAction extends PdfAction
Represents a launch action that launches an application or opens or prints a document.
Constructor and Description |
---|
LaunchAction(String file)
Creates a launch action.
|
Modifier and Type | Method and Description |
---|---|
String |
getFile()
Gets the application to be launched or the document to be opened or printed.
|
int |
getNewWindow()
Gets a flag specifying whether to open the destination document in a new window (affect PDF documents only).
|
void |
setFile(String value)
Sets the application to be launched or the document to be opened or printed.
|
void |
setNewWindow(int value)
Sets a flag specifying whether to open the destination document in a new window (affect PDF documents only).
|
createAction, execute, getNext
public LaunchAction(String file)
Creates a launch action.
The
- file to be launched.public String getFile()
Gets the application to be launched or the document to be opened or printed.
public void setFile(String value)
Sets the application to be launched or the document to be opened or printed.
public int getNewWindow()
public void setNewWindow(int value)
Copyright © 2019 Aspose. All Rights Reserved.